Skip to content

Commit e215b61

Browse files
committed
try solution from appveyor/ci#650
1 parent 231874c commit e215b61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ install:
2121
}
2222
- npm install
2323

24+
# fix symlinks
25+
- cmd: git config core.symlinks true
26+
- cmd: git reset --hard
27+
2428
# todo: learn how to do this for all .\resolvers\* on Windows
2529
- cd .\resolvers\webpack && npm install && cd ..\..
2630
- cd .\resolvers\node && npm install && cd ..\..

0 commit comments

Comments
 (0)