Skip to content

Commit d5d0428

Browse files
authored
Merge pull request webpack#4880 from webpack/ci/appveyor-yarn
Workaround for weird yarn link behavior
2 parents 3483802 + 8ee65f1 commit d5d0428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- ps: Install-Product node $env:nodejs_version x64
2323
- npm install yarn -g
2424
- yarn install
25-
- yarn link
25+
- yarn link || yarn link
2626
- yarn link webpack
2727

2828
build: off

0 commit comments

Comments
 (0)