Remove no-longer-needed install of devDependencies (#36)

This commit is contained in:
Mars Hall
2019-07-09 09:17:46 -07:00
committed by GitHub
parent c800477a1b
commit 450b131035

View File

@@ -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",