From baccbaf82a6582c783391e5d0e3ae18a283a66c4 Mon Sep 17 00:00:00 2001 From: Mark Cooper <mcoop320@gmail.com> Date: Sun, 19 Sep 2021 20:38:24 -0500 Subject: [PATCH] Remove production from prod script --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f7586478..0ae720b8 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "index.js", "scripts": { "dev": "node index.js", - "client": "cd client && npm install --production && npm run generate", - "prod": "npm run client && npm install --production && node prod.js", + "client": "cd client && npm install && npm run generate", + "prod": "npm run client && npm install && node prod.js", "start": "node prod.js" }, "author": "advplyr", @@ -31,4 +31,4 @@ "watcher": "^1.2.0" }, "devDependencies": {} -} +} \ No newline at end of file