test-only (minus the lint) make task for faster iteration

This commit is contained in:
Amjad Masad 2015-11-06 15:10:24 -08:00
parent 99af9c60a5
commit 4a92be5e2a

View File

@ -31,10 +31,12 @@ test-clean:
rm -rf packages/*/test/tmp rm -rf packages/*/test/tmp
rm -rf packages/*/test-fixtures.json rm -rf packages/*/test-fixtures.json
test: lint test-only:
./scripts/test.sh ./scripts/test.sh
make test-clean make test-clean
test: lint test-only
test-cov: clean test-cov: clean
BABEL_ENV=test; \ BABEL_ENV=test; \
gulp build gulp build