diff --git a/package.json b/package.json index a10b47d8442cc0b54b1f0ff199b3054c494793b1..35d5e0dd25c198da05fac34d22b71c52c4204a82 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ } }, "scripts": { - "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 && webpack --color --config terminus-ssh/webpack.config.js", + "build": "webpack --color --config app/webpack.main.config.js && 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 && webpack --color --config terminus-ssh/webpack.config.js", "watch": "DEV=1 webpack --progress --color --watch", "start": "cross-env DEV=1 electron app --debug", "prod": "cross-env DEV=1 electron app",