We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6984dfc commit 581b6bbCopy full SHA for 581b6bb
1 file changed
appveyor.yml
@@ -16,15 +16,6 @@ install:
16
- ps: Install-Product node $env:nodejs_version
17
# for test cache hits
18
- npm i -g [email protected]
19
- - ps: >-
20
- [Environment]::SetEnvironmentVariable("NODE_LTS", "true", "User")
21
- - RefreshEnv
22
- - where npx
23
- # don't accidentally use the global npx
24
- - ps: rm "C:\Program Files\nodejs\npx*"
25
- - ps: rm C:\Users\appveyor\AppData\Roaming\npm\npx*
26
- # test that we can't find it
27
- - ps: if (gcm npx) { exit }
28
- npm ci
29
30
# Post-install test scripts.
@@ -35,7 +26,7 @@ test_script:
35
36
# http://help.appveyor.com/discussions/questions/1310-delete-cache
37
cache:
38
- - node_modules -> package.json
+ - node_modules -> package-lock.json
39
40
31
# Don't actually build.
41
32
build: off
0 commit comments