Simplify cd commands (#452) [skip ci]
This commit is contained in:
parent
1c07efb5fc
commit
4bf18ccbea
@ -92,13 +92,13 @@ make bootstrap
|
||||
yarn link babylon
|
||||
cd packages/babel-core/
|
||||
yarn link babylon
|
||||
cd ../../packages/babel-template/
|
||||
cd ../babel-template/
|
||||
yarn link babylon
|
||||
cd ../../packages/babel-traverse/
|
||||
cd ../babel-traverse/
|
||||
yarn link babylon
|
||||
cd ../../packages/babel-generator/
|
||||
cd ../babel-generator/
|
||||
yarn link babylon
|
||||
cd ../../packages/babel-types/
|
||||
cd ../babel-types/
|
||||
yarn link babylon
|
||||
cd ../..
|
||||
make build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user