Skip to content

Commit

Permalink
Restore optionaldeps and remove webworker dependency during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik Smith-Unna committed Jul 3, 2017
1 parent e5bcf5f commit 5e4c16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init:

install:
- ps: Install-Product node 8 x64
- yarn && cd app && yarn --ignore-optional && yarn run rebuildwin && cd ..
- yarn && cd app && yarn && yarn run rebuildwin && cd ..
- rm -rf app/node_modules/webworker-threads

build_script:
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ before_install:
install:
- yarn
- yarn add electron-builder@next --dev # force install next version to test electron-builder
- cd app && yarn --ignore-optional && cd ..
- cd app && yarn && cd ..
- rm -rf ./app/node_modules/webworker-threads

script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn run buildosx ; fi
Expand Down

0 comments on commit 5e4c16d

Please sign in to comment.