Skip to content

Commit

Permalink
fix(circleci): Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
morrislaptop committed Mar 5, 2018
1 parent 89612cb commit c8a1746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- run:
name: release
command: npm run semantic-release || true
command: npx semantic-release || true

0 comments on commit c8a1746

Please sign in to comment.