Skip to content

Commit 02a2845

Browse files
tsvetomirgyoshev
authored andcommitted
chore: use full path
1 parent 7855db4 commit 02a2845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release-master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ $? -eq 0 ]; then
2222
fi
2323

2424
npm update
25-
semantic-prerelease --validate
25+
./node_modules/.bin/semantic-prerelease --validate
2626
if [ $? -ne 0 ]; then
2727
"Semantic Prerelase not configured correctly. Aborting."
2828
exit 1

0 commit comments

Comments
 (0)