Stop using npm run build in postinstall

This commit is contained in:
Yuya Ochiai
2017-03-06 23:47:18 +09:00
parent 3f5d0722d7
commit 09046b7a75

View File

@@ -17,8 +17,7 @@
"url": "git://github.com/mattermost/desktop.git"
},
"scripts": {
"install": "cd src && npm install",
"postinstall": "npm run build",
"postinstall": "install-app-deps",
"build": "npm-run-all build:*",
"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",