Skip to content

Commit

Permalink
Package up a versoin with fixes. Not sure about the scripts - need to…
Browse files Browse the repository at this point in the history
… see how travis/appveyor cope (it works here!)
  • Loading branch information
dastaple committed Sep 16, 2017
1 parent 4316e69 commit bca7c4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ script:
- pwd
- cd Bounce
- npm install
- nom rebuild
- npm run-script package
after_script:
- ls -l
Expand Down
6 changes: 3 additions & 3 deletions Bounce/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ test_script:

build_script:
- cmd: |
npm rebuild
npm run-script package
dir output
cd ..
Expand Down

0 comments on commit bca7c4e

Please sign in to comment.