diff --git a/Makefile b/Makefile index abc828ca19..41ff7671a0 100644 --- a/Makefile +++ b/Makefile @@ -39,16 +39,18 @@ test-only: test: lint test-only test-cov: clean - # build with test + # rebuild with test rm -rf packages/*/lib BABEL_ENV=test; gulp build ./scripts/test-cov.sh +test-ci: + make lint + NODE_ENV=test make bootstrap + ./scripts/test-cov.sh cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js -test-ci: lint bootstrap test-cov - publish: git pull --rebase make test