[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
language: node_js
cache:
yarn: true
directories:
- node_modules
node_js:

View File

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

4527
yarn.lock Normal file

File diff suppressed because it is too large Load Diff