We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bcf5f commit 5e4c16dCopy full SHA for 5e4c16d
.appveyor.yml
@@ -10,7 +10,7 @@ init:
10
11
install:
12
- ps: Install-Product node 8 x64
13
- - yarn && cd app && yarn --ignore-optional && yarn run rebuildwin && cd ..
+ - yarn && cd app && yarn && yarn run rebuildwin && cd ..
14
- rm -rf app/node_modules/webworker-threads
15
16
build_script:
.travis.yml
@@ -37,7 +37,8 @@ before_install:
37
38
- yarn
39
- yarn add electron-builder@next --dev # force install next version to test electron-builder
40
- - cd app && yarn --ignore-optional && cd ..
+ - cd app && yarn && cd ..
41
+ - rm -rf ./app/node_modules/webworker-threads
42
43
script:
44
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn run buildosx ; fi
0 commit comments