internal: don't run watch with the test env (skip building with code coverage) [skip ci] (#5005)

This commit is contained in:
Henry Zhu 2016-12-16 10:51:18 -05:00 committed by GitHub
parent e06faa99da
commit c1e2b0dddc

View File

@ -16,7 +16,7 @@ build-dist: build
watch: clean watch: clean
rm -rf packages/*/lib rm -rf packages/*/lib
./node_modules/.bin/gulp watch BABEL_ENV=development ./node_modules/.bin/gulp watch
lint: lint:
./node_modules/.bin/eslint packages/ --format=codeframe ./node_modules/.bin/eslint packages/ --format=codeframe