chore(package): configure prepublish hook
This commit is contained in:
parent
9191260cb0
commit
c0aebd9873
@ -7,8 +7,6 @@ cache:
|
||||
- node_modules
|
||||
notifications:
|
||||
email: false
|
||||
before_deploy:
|
||||
- ./bin/semantic-release pre
|
||||
deploy:
|
||||
provider: npm
|
||||
email: stephan@boennemann.me
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "semantic-release",
|
||||
"description": "semantic semver compliant package publishing",
|
||||
"version": "0.0.0",
|
||||
"author": "Stephan Bönnemann <stephan@boennemann.me>",
|
||||
"bin": "./bin/semantic-release",
|
||||
"bugs": {
|
||||
@ -33,6 +34,7 @@
|
||||
"url": "https://github.com/boennemann/semantic-release.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "./bin/semantic-release pre",
|
||||
"postpublish": "./bin/semantic-release post",
|
||||
"test": "standard"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user