Skip to content

Commit

Permalink
Merge pull request #4880 from webpack/ci/appveyor-yarn
Browse files Browse the repository at this point in the history
Workaround for weird yarn link behavior
  • Loading branch information
sokra committed May 16, 2017
2 parents 3483802 + 8ee65f1 commit d5d0428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -22,7 +22,7 @@ install:
- ps: Install-Product node $env:nodejs_version x64
- npm install yarn -g
- yarn install
- yarn link
- yarn link || yarn link
- yarn link webpack

build: off
Expand Down

0 comments on commit d5d0428

Please sign in to comment.