diff --git a/Makefile b/Makefile index 84f67b1d48..20f49dcddf 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,12 @@ test-clean: rm -rf packages/*/test/tmp rm -rf packages/*/test-fixtures.json -test: lint +test-only: ./scripts/test.sh make test-clean +test: lint test-only + test-cov: clean BABEL_ENV=test; \ gulp build