Merge pull request #2887 from amasad/test-only

test-only (minus the lint) make task for faster iteration
This commit is contained in:
Sebastian McKenzie 2015-11-06 19:38:20 -05:00
commit b9ac356914

View File

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