Skip to content

Commit 581b6bb

Browse files
committed
update appveyor config
1 parent 6984dfc commit 581b6bb

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ install:
1616
- ps: Install-Product node $env:nodejs_version
1717
# for test cache hits
1818
- 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 }
2819
- npm ci
2920

3021
# Post-install test scripts.
@@ -35,7 +26,7 @@ test_script:
3526

3627
# http://help.appveyor.com/discussions/questions/1310-delete-cache
3728
cache:
38-
- node_modules -> package.json
29+
- node_modules -> package-lock.json
3930

4031
# Don't actually build.
4132
build: off

0 commit comments

Comments
 (0)