[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:
parent
728072f47b
commit
2ee3a017f0
@ -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; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user