Skip to content

Commit

Permalink
try solution from appveyor/ci#650
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Mar 28, 2018
1 parent 231874c commit e215b61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -21,6 +21,10 @@ install:
}
- npm install

# fix symlinks
- cmd: git config core.symlinks true
- cmd: git reset --hard

# todo: learn how to do this for all .\resolvers\* on Windows
- cd .\resolvers\webpack && npm install && cd ..\..
- cd .\resolvers\node && npm install && cd ..\..
Expand Down

0 comments on commit e215b61

Please sign in to comment.