Skip to content

Commit

Permalink
Update apps/wing/project-templates/wing/react-vite/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Mark McCulloh <[email protected]>
  • Loading branch information
ainvoner and MarkMcCulloh authored Mar 18, 2024
1 parent fd1766d commit 3acf8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wing/project-templates/wing/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Your Name",
"license": "MIT",
"scripts": {
"install:backend": "cd backend && npm install",
"install:frontend": "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": {
Expand Down

0 comments on commit 3acf8f6

Please sign in to comment.