From fe2b9d73ed60dc541d2d9ecc97bd87186dd86cf6 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sat, 1 Oct 2016 11:15:15 -0400 Subject: [PATCH] update .PHONY [skip ci] --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78b1e0e54a..f730c42ebf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ MAKEFLAGS = -j1 export NODE_ENV = test -.PHONY: clean test test-only test-cov test-clean test-travis publish build bootstrap publish-core publish-runtime build-website build-core watch-core build-core-test clean-core prepublish +.PHONY: build build-dist watch lint clean test-clean test-only test test-cov test-ci publish bootstrap build: clean ./node_modules/.bin/gulp build @@ -31,6 +31,7 @@ test-clean: rm -rf packages/*/test/tmp rm -rf packages/*/test-fixtures.json +# without lint test-only: ./scripts/test.sh make test-clean @@ -55,6 +56,7 @@ publish: rm -rf packages/*/lib BABEL_ENV=production make build-dist make test + # not using lerna independent mode atm, so only update packages that have changed since we use ^ ./node_modules/.bin/lerna publish --only-explicit-updates make clean #./scripts/build-website.sh