Skip to content

Commit

Permalink
fix sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Aug 28, 2022
1 parent 21e6948 commit d60a24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -19,7 +19,7 @@ aliases:
path: ~/babel/packages/babel-standalone/babel.min.js

- &artifact_babel_min_sourcemap
path: ~/babel/packages/babel-standalone/babel.js.min.map
path: ~/babel/packages/babel-standalone/babel.min.js.map

- &test262_workdir
working_directory: ~/babel/babel-test262-runner
Expand Down 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: NODE_ENV=publish IS_PUBLISH=true make -j build-standalone-ci
- run: NODE_ENV=production 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 d60a24e

Please sign in to comment.