From 62a9caad1ac497627256e37a135e5d83e5eb1d3b Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Tue, 9 Jul 2019 09:11:41 -0700 Subject: [PATCH] Remove no-longer-needed install of devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 880d6fa..44346a1 100644 --- a/package.json +++ b/package.json @@ -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",