Skip to content

Commit 4e21309

Browse files
committed
ci: fix publish command
1 parent e610df0 commit 4e21309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
command: yarn build
6969
- run:
7070
name: Publish package
71-
command: yarn npm publish
71+
command: yarn publish
7272

7373
workflows:
7474
version: 2

0 commit comments

Comments
 (0)