Run in dev on build otherwise it runs with coverage plugin (#5159) [skip ci]
This commit is contained in:
parent
7aa6387835
commit
d7a0ef19f1
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
build: clean
|
||||
./node_modules/.bin/gulp build
|
||||
BABEL_ENV=development ./node_modules/.bin/gulp build
|
||||
|
||||
build-dist: build
|
||||
cd packages/babel-polyfill; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user