Minify bundles on circle for repl (#9582)

This commit is contained in:
Daniel Tschinder
2019-02-25 11:52:40 -08:00
committed by GitHub
parent a7391144b3
commit 632552f55d

View File

@@ -42,7 +42,7 @@ jobs:
- run: yarn --version
- run: make test-ci-coverage
# Builds babel-standalone with the regular Babel config
- run: make build
- run: IS_PUBLISH=true make build
# test-ci-coverage doesn't test babel-standalone, as trying to gather coverage
# data for a JS file that's several megabytes large is bound to fail. Here,
# we just run the babel-standalone test separately.