diff --git a/.circleci/config.yml b/.circleci/config.yml index 90024cc6369..a8a1a7ead4a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: - checkout - *restore_cache - run: npm i - - run: npm run build_all + - run: npm run build:package - persist_to_workspace: root: . paths: @@ -63,7 +63,7 @@ jobs: steps: - attach_workspace: *attach_options - run: npm i --no-save typescript@3.5.* - - run: npm run build_cjs + - run: npm run compile workflows: version: 2