fix make bootstrap/ci
This commit is contained in:
parent
d9dce29d09
commit
3e2fa16dbc
4
Makefile
4
Makefile
@ -45,7 +45,7 @@ test-cov: clean
|
|||||||
|
|
||||||
test-ci:
|
test-ci:
|
||||||
make lint
|
make lint
|
||||||
NODE_ENV=test lerna bootstrap
|
NODE_ENV=test make bootstrap
|
||||||
./node_modules/.bin/flow check
|
./node_modules/.bin/flow check
|
||||||
./scripts/test-cov.sh
|
./scripts/test-cov.sh
|
||||||
cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js
|
cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js
|
||||||
@ -59,7 +59,7 @@ publish:
|
|||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
npm install
|
npm install
|
||||||
make build
|
|
||||||
node scripts/bootstrap.js
|
node scripts/bootstrap.js
|
||||||
|
make build
|
||||||
cd packages/babel-runtime; \
|
cd packages/babel-runtime; \
|
||||||
node scripts/build-dist.js
|
node scripts/build-dist.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user