Remove no-longer-needed install of devDependencies (#36)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server",
|
"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": [
|
"cacheDirectories": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|||||||
Reference in New Issue
Block a user