We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01233c commit 6842999Copy full SHA for 6842999
package.json
@@ -15,6 +15,7 @@
15
"scripts": {
16
"build": "rimraf ./dist && tsc",
17
"start": "node ./dist/app.js",
18
+ "dev": "tsnd --respawn ./src/app.ts",
19
"test": "jest --config ./src/jest.config.ts",
20
"test:w": "jest --config ./src/jest.config.ts --watch",
21
"test:coverage": "jest --config ./src/jest.config.ts --coverage"
0 commit comments