Skip to content

Commit

Permalink
build sourcemap on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 18, 2022
1 parent e1c74e2 commit 21e6948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- restore_cache: *restore-yarn-cache
# Builds babel-standalone with the regular Babel config
# test-ci-coverage doesn't test babel-standalone, as trying to gather coverage
- run: IS_PUBLISH=true make -j build-standalone-ci
- run: NODE_ENV=publish IS_PUBLISH=true make -j build-standalone-ci
# data for a JS file that's several megabytes large is bound to fail. Here,
# we just run the babel-standalone test separately.
- run: yarn jest "\-standalone/test"
Expand Down

0 comments on commit 21e6948

Please sign in to comment.