[7.0] Added yarn.lock (#5175)

* Added yarn.lock

* Updated bootstrap npm install commands to yarn and added yarn caching
This commit is contained in:
Chau Nguyen 2017-01-23 15:15:33 -08:00 committed by Henry Zhu
parent 728072f47b
commit 2ee3a017f0
3 changed files with 4529 additions and 1 deletions

View File

@ -3,6 +3,7 @@ git:
sudo: false sudo: false
language: node_js language: node_js
cache: cache:
yarn: true
directories: directories:
- node_modules - node_modules
node_js: node_js:

View File

@ -68,7 +68,7 @@ publish:
bootstrap: bootstrap:
make clean-all make clean-all
npm install yarn
./node_modules/.bin/lerna bootstrap ./node_modules/.bin/lerna bootstrap
make build make build
cd packages/babel-runtime; \ cd packages/babel-runtime; \

4527
yarn.lock Normal file

File diff suppressed because it is too large Load Diff