[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
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
cache:
|
cache:
|
||||||
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
node_js:
|
node_js:
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -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; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user