test-only (minus the lint) make task for faster iteration
This commit is contained in:
parent
99af9c60a5
commit
4a92be5e2a
4
Makefile
4
Makefile
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user