Skip to content

Commit 156495f

Browse files
authored
fix: use yarn rather than npx for release (#23)
This change updates CI to use yarn rather than npx to run semantic-release per the semantic-release docs.
1 parent 61cf09f commit 156495f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: *install_dependencies
5151
- run:
5252
name: Release package
53-
command: npx semantic-release
53+
command: yarn run semantic-release
5454

5555
workflows:
5656
version: 2

0 commit comments

Comments
 (0)