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 fed2a4a commit 231ad67Copy full SHA for 231ad67
appveyor.yml
@@ -21,17 +21,16 @@ install:
21
- rename C:\Python27 Python27hidden
22
# Typical npm stuff.
23
- md C:\nc
24
- - npm config set cache C:\nc
25
- - npm version
26
- - npm install --no-optional
27
- - npm install -g bower
28
- - bower install
+ - yarn --ignore-optional
+
+cache:
+ - "%LOCALAPPDATA%\\Yarn"
29
30
# Post-install test scripts.
31
test_script:
32
# Output useful info for debugging.
33
34
- - cmd: npm test
+ - yarn versions
+ - cmd: yarn run test
35
36
# Don't actually build.
37
build: off
0 commit comments