fix make bootstrap/ci

This commit is contained in:
Sebastian McKenzie 2015-12-05 02:16:42 +11:00
parent d9dce29d09
commit 3e2fa16dbc

View File

@ -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