Skip to content

Commit 8ee65f1

Browse files
authored
Workaround for weird yarn link behavior
1 parent 3483802 commit 8ee65f1

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)