Use yarn provided by circle
This commit is contained in:
parent
56cb4baf46
commit
75bc9422b8
@ -18,11 +18,6 @@ aliases:
|
|||||||
- ~/.yarn-cache
|
- ~/.yarn-cache
|
||||||
key: v1-yarn-cache
|
key: v1-yarn-cache
|
||||||
|
|
||||||
- &yarn-install
|
|
||||||
run: |
|
|
||||||
sudo npm i -g yarn@^1.5.1
|
|
||||||
yarn --version
|
|
||||||
|
|
||||||
- &artifact_babel
|
- &artifact_babel
|
||||||
path: ~/babel/packages/babel-standalone/babel.js
|
path: ~/babel/packages/babel-standalone/babel.js
|
||||||
|
|
||||||
@ -44,7 +39,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore-cache: *restore-yarn-cache
|
- restore-cache: *restore-yarn-cache
|
||||||
- restore-cache: *restore-node-modules-cache
|
- restore-cache: *restore-node-modules-cache
|
||||||
- *yarn-install
|
- run: yarn --version
|
||||||
- run: make test-ci-coverage
|
- run: make test-ci-coverage
|
||||||
# Builds babel-standalone with the regular Babel config
|
# Builds babel-standalone with the regular Babel config
|
||||||
- run: make build
|
- run: make build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user