Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #454
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco authored Jun 7, 2018
2 parents 27f04fd + 55f5287 commit 12603de
Show file tree
Hide file tree
Showing 8 changed files with 392 additions and 615 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
script:
- yarn run build
- yarn run pack
- zip mac-release.zip release/Falcon* release/*.yml
- zip --junk-paths mac-release.zip release/*.dmg

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
Expand Down
23 changes: 0 additions & 23 deletions TODO.md

This file was deleted.

5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ build_script:
- yarn run pack

after_build:
- 7z a release.zip release/latest.yml release/*.exe
- cd release && 7z a win-release.zip *.exe

artifacts:
- path: release.zip
name: release
- path: release\win-release.zip

test: off
146 changes: 0 additions & 146 deletions package.js

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
"test-unit-routes": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 electron-mocha --full-trace --timeout 90000 --compilers js:babel-register test/backend/routes.spec.js",
"test-unit-scheduler": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 electron-mocha --full-trace --timeout 90000 --compilers js:babel-register test/backend/QueryScheduler.spec.js",
"pack": "cross-env NODE_ENV=production electron-builder --publish=never",
"package": "cross-env NODE_ENV=production node -r babel-register package.js",
"package-all": "yarn run package -- --all",
"rebuild-and-e2e": "yarn run build && yarn run test-e2e",
"start": "cross-env NODE_ENV=production electron --disable-http-cache ./",
"start-headless": "cross-env NODE_ENV=production node ./dist/headless-bundle.js",
Expand Down Expand Up @@ -171,10 +169,9 @@
"del": "^3.0.0",
"devtron": "^1.3.0",
"electron": "2.0",
"electron-builder": "^19.46.4",
"electron-builder": "20",
"electron-debug": "^1.4.0",
"electron-mocha": "^4.0.3",
"electron-packager": "^8.7.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.11.0",
Expand Down
Empty file removed stats.json
Empty file.
Loading

0 comments on commit 12603de

Please sign in to comment.