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