Skip to content

Commit

Permalink
Run force install on each CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Sep 3, 2017
1 parent fabff7c commit 6565962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
- export PATH="$HOME/.yarn/bin:$PATH"

script:
- yarn install --force
- yarn run clean
- yarn run build
- yarn lint:cached
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- choco install yarn --ignore-dependencies
- yarn
- yarn install --force
- yarn run clean
- yarn run build

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
cache_directories:
- ~/.cache/yarn
override:
- yarn
- yarn install --force
- yarn run clean
- yarn run build

Expand Down

0 comments on commit 6565962

Please sign in to comment.