Run in dev on build otherwise it runs with coverage plugin (#5159) [skip ci]

This commit is contained in:
Henry Zhu 2017-01-20 10:08:01 -05:00 committed by GitHub
parent 7aa6387835
commit d7a0ef19f1

View File

@ -5,7 +5,7 @@ export NODE_ENV = test
.PHONY: build build-dist watch lint fix clean test-clean test-only test test-cov test-ci publish bootstrap .PHONY: build build-dist watch lint fix clean test-clean test-only test test-cov test-ci publish bootstrap
build: clean build: clean
./node_modules/.bin/gulp build BABEL_ENV=development ./node_modules/.bin/gulp build
build-dist: build build-dist: build
cd packages/babel-polyfill; \ cd packages/babel-polyfill; \