From 5e34b7d925e7bf36111848a14a8e6ff36426d1f7 Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Sun, 22 Sep 2019 22:45:31 -0700 Subject: [PATCH] ci(circle): update ci scripts --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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