Skip to content

Commit

Permalink
changes for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
viviannnl committed Sep 17, 2023
1 parent 51ca268 commit 7a5e6c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"server": "nodemon backend/server.js",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "npm run build --prefix frontend"
"install-client": "cd frontend && npm install",
"build-client": "cd frontend && npm run build",
"start-client": "cd frontend && npm run start"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 7a5e6c6

Please sign in to comment.