diff --git a/package.json b/package.json index f21ddd8..68446c0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "install": "npm i --prefix app && npm i --prefix server", "start:app": "npm start --prefix app", "start:scale": "npm run start:scale --prefix server", - "start:server": "npm run build --prefix server && npm start:prod --prefix server", + "start:server": "npm run build --prefix server && npm run start:prod --prefix server", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", diff --git a/server/package.json b/server/package.json index 54f8839..01e9df3 100644 --- a/server/package.json +++ b/server/package.json @@ -6,7 +6,7 @@ "build": "npx tsc", "start": "ts-node src/index.ts", "start:prod": "node dist/index.js", - "start:scale": "./scale-simulator.bash", + "start:scale": "bash scale-simulator.bash", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "",