chore(scripts): use relative path for own cli
This commit is contained in:
parent
fe750f7b9e
commit
fd11c85692
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user