internal: don't run watch with the test env (skip building with code coverage) [skip ci] (#5005)
This commit is contained in:
parent
e06faa99da
commit
c1e2b0dddc
2
Makefile
2
Makefile
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user