Skip to content

Commit

Permalink
ci(semantic-release): update semantic release usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Jan 20, 2018
1 parent fda1e76 commit abe8468
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 @@ -118,6 +118,6 @@
"lint": "npm-run-all lint:*",
"lint:js": "node_modules/.bin/eslint .",
"prettier": "node_modules/.bin/prettier --write 'src/**/*.js' 'bin/**/*.js' --config package.json",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
}
}

0 comments on commit abe8468

Please sign in to comment.