Skip to content

Commit 5337054

Browse files
committed
Update package.json
1 parent c591707 commit 5337054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"start": "node app/index.ts",
8-
"dev": "./node_modules/.bin/ts-node-dev --ignore-watch swagger.json app/index.ts",
8+
"dev": "node node_modules/ts-node-dev/lib/bin.js --ignore-watch swagger.json app/index.ts",
99
"lint": "./node_modules/.bin/eslint -c .eslintrc.js app/",
1010
"lint:fix": "./node_modules/.bin/eslint -c .eslintrc.js app/ --fix"
1111
},

0 commit comments

Comments
 (0)