From e70cb2518046815d2cfe1f5e9a9c43f55d508132 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 10 Jul 2017 15:25:42 +0200 Subject: [PATCH] non-debug start script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 660edabd..d26aab90 100644 --- a/package.json +++ b/package.json @@ -87,6 +87,7 @@ "build": "webpack --color --config app/webpack.config.js && webpack --color --config terminus-core/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-terminal/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-plugin-manager/webpack.config.js && webpack --color --config terminus-community-color-schemes/webpack.config.js", "watch": "webpack --progress --color --watch", "start": "cross-env DEV=1 electron --js-flags='--ignition' app --debug", + "prod": "cross-env DEV=1 electron --js-flags='--ignition' app", "lint": "tslint -c tslint.json -t stylish terminus-*/src/**/*.ts terminus-*/src/*.ts app/src/*.ts", "postinstall": "install-app-deps" }, -- GitLab