Skip to content

Commit

Permalink
chore: corrige scripts de inicialização
Browse files Browse the repository at this point in the history
  • Loading branch information
larissaperinoto committed Jul 9, 2024
1 parent d21b615 commit 831b386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 831b386

Please sign in to comment.