Skip to content

Commit

Permalink
Merge of #5972
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 18, 2024
2 parents f5b3bf4 + 3acf8f6 commit 8fcd42a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/wing/project-templates/wing/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"author": "Your Name",
"license": "MIT",
"scripts": {
"postinstall": "(cd backend && npm install) && (cd frontend && npm install)"
"install:backend": "npm install --prefix backend",
"install:frontend": "npm install --prefix frontend",
"postinstall": "npm run install:backend && npm run install:frontend"
},
"dependencies": {
"@winglibs/websockets": "^0.3.2"
Expand Down

0 comments on commit 8fcd42a

Please sign in to comment.