Skip to content

Commit

Permalink
Force render to install package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Sep 10, 2022
1 parent 519cc22 commit 9ab9885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"start": "node packages/server/build",
"build": "cd packages/game-state && npm run build && cd ../server && npm run build && cd ../client && npm run build && cd ../../ && node postbuild.js",
"render-build": "cd packages/game-state && npm install && npm run build && cd ../server && npm install && npm run build && cd ../client && npm install && npm run build && cd ../../ && node postbuild.js",
"client:dev": "cd packages/client && npm start",
"server:dev": "cd packages/server && npm run dev"
},
Expand Down

0 comments on commit 9ab9885

Please sign in to comment.