Skip to content

Commit

Permalink
Correct 'npm install' Script
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCode92 committed Mar 6, 2024
1 parent 11f913f commit e9332b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"install:server": "npm install --prefix server --",
"install:client": "npm install --prefix client",
"install": "npm run install-server && npm run install-client",
"install": "npm run install:server && npm run install:client",
"server": "npm run watch --prefix server",
"client": "npm start --prefix client",
"watch": "npm run server & npm run client",
Expand Down

0 comments on commit e9332b0

Please sign in to comment.