From 6ce0dbaee168f98dc32394151c9e5836687ab53b Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:37:39 +0800 Subject: [PATCH] fix sourcemap --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f39283b0c228..4730643cd10f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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"