Skip to content
Snippets Groups Projects
Commit f175a3d8 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Set prodution to false to also install dev dependencies

parent 4b5c7038
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"private": true,
"main": "server/build.js",
"scripts": {
"install": "cd server && yarn install && cd ../client && yarn install",
"install": "cd server && yarn install --production=false && cd ../client && yarn install --production=false",
"build": "cd server && yarn build && cd ../client && yarn build",
"start": "cd server && node build/index.js"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment