Skip to content

Commit

Permalink
added postinstall script to install both dependencies from express an…
Browse files Browse the repository at this point in the history
…d react apps on npm install
  • Loading branch information
egimenos committed Sep 5, 2021
1 parent 4bf9c9d commit 7c3c760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"",
"server": "nodemon index.js",
"client": "cd client && npm start"
"client": "cd client && npm start",
"postinstall": "cd client && npm install"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 7c3c760

Please sign in to comment.