[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:
@@ -3,6 +3,7 @@ git:
|
||||
sudo: false
|
||||
language: node_js
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
node_js:
|
||||
|
||||
2
Makefile
2
Makefile
@@ -68,7 +68,7 @@ publish:
|
||||
|
||||
bootstrap:
|
||||
make clean-all
|
||||
npm install
|
||||
yarn
|
||||
./node_modules/.bin/lerna bootstrap
|
||||
make build
|
||||
cd packages/babel-runtime; \
|
||||
|
||||
Reference in New Issue
Block a user