Skip to content

Commit 99ea3de

Browse files
committed
ci(travisci): ensure semantic-release binary is install before executing the command
1 parent 25ca0fe commit 99ea3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ prev_version=$(cat package.json | jq -r .version)
44

55
# Running semantic-release
66
npx \
7+
-p semantic-release \
78
-p @semantic-release/commit-analyzer \
89
-p @semantic-release/release-notes-generator \
910
-p @semantic-release/changelog \

0 commit comments

Comments
 (0)