chore(scripts): use relative path for own cli

This commit is contained in:
Stephan Bönnemann 2015-02-02 04:16:29 +01:00
parent fe750f7b9e
commit fd11c85692

View File

@ -33,8 +33,8 @@
"url": "https://github.com/boennemann/semantic-release.git"
},
"scripts": {
"prepublish": "semantic-release pre",
"postpublish": "semantic-release post",
"prepublish": "./bin/semantic-release pre",
"postpublish": "./bin/semantic-release post",
"test": "standard"
}
}