Remove redundant NODE_ENV=test in Makefile (#5350)
`NODE_ENV=test` is exported by default. Therefore, targets that set `NODE_ENV` to `test` are cleaned up.
This commit is contained in:
4
Makefile
4
Makefile
@@ -49,11 +49,11 @@ test-only:
|
||||
test: lint test-only
|
||||
|
||||
test-ci:
|
||||
NODE_ENV=test make bootstrap
|
||||
make bootstrap
|
||||
make test-only
|
||||
|
||||
test-ci-coverage:
|
||||
NODE_ENV=test BABEL_ENV=cov make bootstrap
|
||||
BABEL_ENV=cov make bootstrap
|
||||
./scripts/test-cov.sh
|
||||
./node_modules/.bin/codecov -f coverage/coverage-final.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user