Stop using npm run build in postinstall
This commit is contained in:
@@ -17,8 +17,7 @@
|
|||||||
"url": "git://github.com/mattermost/desktop.git"
|
"url": "git://github.com/mattermost/desktop.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "cd src && npm install",
|
"postinstall": "install-app-deps",
|
||||||
"postinstall": "npm run build",
|
|
||||||
"build": "npm-run-all build:*",
|
"build": "npm-run-all build:*",
|
||||||
"build:main": "cross-env NODE_ENV=production webpack --bail --config webpack.config.main.js",
|
"build:main": "cross-env NODE_ENV=production webpack --bail --config webpack.config.main.js",
|
||||||
"build:renderer": "cross-env NODE_ENV=production webpack --bail --config webpack.config.renderer.js",
|
"build:renderer": "cross-env NODE_ENV=production webpack --bail --config webpack.config.renderer.js",
|
||||||
|
Reference in New Issue
Block a user