Skip to content

Commit 3e8d28d

Browse files
committed
ci(steps): fix npm script name
1 parent de11927 commit 3e8d28d

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
@@ -21,4 +21,4 @@ jobs:
2121
command: npm run build
2222
- run:
2323
name: release
24-
command: npm run semantic-release || true
24+
command: npm run release || true

0 commit comments

Comments
 (0)