Skip to content

Commit

Permalink
fix: fix semantic release command
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiorodriguez committed Apr 13, 2018
1 parent 5226477 commit 0ea8a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"format": "jsonlint --sort-keys --in-place --indent ' ' ./stylelintrc.json && echo '' >> ./stylelintrc.json",
"lint": "eslint ./index.js",
"precommit": "npm run lint && npm run test && npm run format",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"test": "echo 'this project has no test'"
},
"version": "1.0.0"
Expand Down

1 comment on commit 0ea8a30

@hutber
Copy link

@hutber hutber commented on 0ea8a30 Nov 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix: fix? no need to double specify the fix :p
hope you're good pal

Please sign in to comment.