diff --git a/client/package.json b/client/package.json index ca4403fe..633bdc15 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "emit-declarations": "call ./scripts/emit-declarations.bat", "server": "node ./bin/www", "debug": "call ./scripts/debug.bat", - "debug-nodcs": "call ./scripts/debug-nodcs.bat", + "debug-nodcs": "call ./scripts/debug-nodcs.bat", "watch": "call ./scripts/watch.bat", "client": "electron ." },