From bca7c4e69c2ba1f924d859751afebcc2bbebfc25 Mon Sep 17 00:00:00 2001 From: dastaple Date: Sat, 16 Sep 2017 21:07:09 +0100 Subject: [PATCH] Package up a versoin with fixes. Not sure about the scripts - need to see how travis/appveyor cope (it works here!) --- .travis.yml | 1 + Bounce/package.json | 6 +++--- appveyor.yml | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index caa3480..b16ba7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ script: - pwd - cd Bounce - npm install +- nom rebuild - npm run-script package after_script: - ls -l diff --git a/Bounce/package.json b/Bounce/package.json index a75443e..2e15790 100644 --- a/Bounce/package.json +++ b/Bounce/package.json @@ -1,6 +1,6 @@ { "name": "Bounce", - "version": "0.5.2-r1", + "version": "0.5.2-r2", "description": "NodeMCU/Esp8266 Visual Programming Language.", "homepage": "https://github.com/orionrobots/bounce", "repository": "https://github.com/orionrobots/bounce", @@ -9,8 +9,8 @@ "scripts": { "start": "electron main.js", "test": "node_modules/.bin/jasmine", - "rebuild": "node_modules/.bin/electron-rebuild", - "package": "node_modules/.bin/electron-rebuild && node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output" + "rebuild": "electron-rebuild", + "package": "electron-zip-packager . Bounce --overwrite --out=output" }, "dependencies": { "serialport": "^5.0.0" diff --git a/appveyor.yml b/appveyor.yml index ef6745d..623b7e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,7 @@ test_script: build_script: - cmd: | + npm rebuild npm run-script package dir output cd ..