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"
|
"url": "https://github.com/boennemann/semantic-release.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "semantic-release pre",
|
"prepublish": "./bin/semantic-release pre",
|
||||||
"postpublish": "semantic-release post",
|
"postpublish": "./bin/semantic-release post",
|
||||||
"test": "standard"
|
"test": "standard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user