Skip to content

Commit

Permalink
fix(release): point explicitly to semantic-release in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Merott committed Feb 26, 2016
1 parent 3197665 commit 6b12b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "./node_modules/mocha/bin/mocha index.test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post"
},
"release": {
"generateNotes": "./node_modules/@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 6b12b4c

Please sign in to comment.