Skip to content

Commit fcaf598

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
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)