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