Skip to content

Commit 2df9e4c

Browse files
thymikeecpojer
authored andcommitted
Use preinstalled Yarn on Appveyor (#5548)
* Use preinstalled Yarn on Appveyor * Simplify config
1 parent 133a9a1 commit 2df9e4c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ init:
1010
install:
1111
- ps: Install-Product node $env:nodejs_version x64
1212
- 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
13+
- yarn
1714

1815
cache:
1916
- node_modules
2017
- .eslintcache
18+
- "%LOCALAPPDATA%\\Yarn"
2119

2220
test_script:
23-
- node ./yarn.js run jest --color
21+
- yarn jest --color
2422

2523
# Don't actually build.
2624
build: off

0 commit comments

Comments
 (0)