Skip to content

Commit fcaf598

Browse files
committed
fix: fix release step of ci
1 parent 0a05c3e commit fcaf598

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- checkout
5858
- attach_workspace:
5959
at: ~/project
60+
- run:
61+
command: yarn build
6062
- run:
6163
command: NPM_TOKEN=$NPMJS_TOKEN yarn release
6264

0 commit comments

Comments
 (0)