From 58c21ba3f80f548ab511098276b118489a14b4da Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 23 Mar 2019 20:10:37 +0100 Subject: [PATCH] chore: dev:chrome & dev:chrome:prod --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ea0b2c6ee8..5c3bf8698a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "cross-env PORT=8100 npm run dev:shell", "dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info", - "dev:chrome": "cd shells/chrome && cross-env NODE_ENV=production webpack --watch --hide-modules", + "dev:chrome": "cd shells/chrome && webpack --watch --hide-modules", + "dev:chrome:prod": "cd shells/chrome && cross-env NODE_ENV=production webpack --watch --hide-modules", "lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src", "build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules", "run:firefox": "web-ext run -s shells/chrome -a dist -i src",