Skip to content

Commit

Permalink
ci(circle): update ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Sep 23, 2019
1 parent f8861b0 commit 5e34b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- attach_workspace: *attach_options
- run: npm i --no-save [email protected].*
- run: npm run build_cjs
- run: npm run compile

workflows:
version: 2
Expand Down

0 comments on commit 5e34b7d

Please sign in to comment.