use double quotes for tsc-watch onSuccess

This commit is contained in:
Nathaniel Tampus
2023-04-22 12:42:13 +08:00
parent 37cd1d3014
commit 6a0f2db718

View File

@@ -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",