use double quotes for tsc-watch onSuccess
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./dist/server.js",
|
"start": "node ./dist/server.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"dev": "tsc-watch --noClear --onSuccess 'node ./dist/server.js'"
|
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/server.js\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"argon2": "^0.30.3",
|
"argon2": "^0.30.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user