clean up test-ci task
This commit is contained in:
8
Makefile
8
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
|
||||
|
||||
Reference in New Issue
Block a user