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 133a9a1 commit 2df9e4cCopy full SHA for 2df9e4c
1 file changed
appveyor.yml
@@ -10,17 +10,15 @@ init:
10
install:
11
- ps: Install-Product node $env:nodejs_version x64
12
- node --version
13
- - curl -fsSL -o yarn.js https://github.com/yarnpkg/yarn/releases/download/v1.3.2/yarn-1.3.2.js
14
- - node ./yarn.js --version
15
- - node ./yarn.js install
16
- - node ./yarn.js run build
+ - yarn
17
18
cache:
19
- node_modules
20
- .eslintcache
+ - "%LOCALAPPDATA%\\Yarn"
21
22
test_script:
23
- - node ./yarn.js run jest --color
+ - yarn jest --color
24
25
# Don't actually build.
26
build: off
0 commit comments