From 4a92be5e2a24d12580180f152ba5d8018f3cf8b3 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Fri, 6 Nov 2015 15:10:24 -0800 Subject: [PATCH] test-only (minus the lint) make task for faster iteration --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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