Skip to content

Commit 6842999

Browse files
committed
json package update
1 parent c01233c commit 6842999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"scripts": {
1616
"build": "rimraf ./dist && tsc",
1717
"start": "node ./dist/app.js",
18+
"dev": "tsnd --respawn ./src/app.ts",
1819
"test": "jest --config ./src/jest.config.ts",
1920
"test:w": "jest --config ./src/jest.config.ts --watch",
2021
"test:coverage": "jest --config ./src/jest.config.ts --coverage"

0 commit comments

Comments
 (0)