Skip to content

Commit 682cae1

Browse files
clydinhansl
authored andcommitted
ci: improve yarn caching on AppVeyor
1 parent 3034bef commit 682cae1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ install:
1313

1414
test_script:
1515
- node --version
16-
- npm --version
17-
- npm test
16+
- yarn --version
17+
- yarn test
1818
- node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles}/**"
1919

2020
build: off
2121
deploy: off
2222

2323
cache:
2424
- node_modules -> yarn.lock
25+
- "%LOCALAPPDATA%\\Yarn"

0 commit comments

Comments
 (0)