Skip to content

Commit

Permalink
ci(appveyor): cache npm versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 19, 2018
1 parent 191c464 commit 76e2fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -30,6 +30,7 @@ install:
cache:
- 'node_modules -> package.json'
- '%APPDATA%\npm-cache'
- '%APPDATA%\npm'
- '%APPDATA%\ts-jest-e2e\__templates__'

# Post-install test scripts.
Expand Down

0 comments on commit 76e2fe5

Please sign in to comment.