Nettoyage/amélioration scripts de build + bump version electron

This commit is contained in:
2016-04-15 17:02:22 +02:00
parent 75391a7219
commit 5de75e42f8
3 changed files with 6 additions and 8 deletions

View File

@ -14,9 +14,7 @@ build:
curl --silent --location https://deb.nodesource.com/setup_0.12 | bash -
apt-get install --yes nodejs
npm install --ignore-scripts
npm run clean
npm run compile
npm run package -- --arch=$(ELECTRON_ARCH)
ARCH=$(ELECTRON_ARCH) npm run build
install:
mkdir -p $(INSTALL_LOCATION)