From 632552f55d4d2b859715f65ecf659bdd524c471d Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Mon, 25 Feb 2019 11:52:40 -0800 Subject: [PATCH] Minify bundles on circle for repl (#9582) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95de88499f..c43f839867 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.