Skip to content

Commit

Permalink
Remove no-longer-needed install of devDependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars authored Jul 9, 2019
1 parent c800477 commit 450b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"start": "node server",
"build": "cd react-ui/ && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
"build": "cd react-ui/ && npm install && npm run build"
},
"cacheDirectories": [
"node_modules",
Expand Down

0 comments on commit 450b131

Please sign in to comment.