Skip to content

Commit 25ca0fe

Browse files
committed
ci(travisci): run npx with "semantic-release" as the command
1 parent 0e09a2a commit 25ca0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ prev_version=$(cat package.json | jq -r .version)
44

55
# Running semantic-release
66
npx \
7-
-p semantic-release \
87
-p @semantic-release/commit-analyzer \
98
-p @semantic-release/release-notes-generator \
109
-p @semantic-release/changelog \
1110
-p @semantic-release/npm \
1211
-p @semantic-release/git \
1312
-p @semantic-release/github \
1413
--branch master \
15-
--repository-url https://github.com/scostello/pfa-api
14+
--repository-url https://github.com/scostello/pfa-api \
15+
semantic-release
1616

1717
# Grab the release version from package.json
1818
new_version=$(cat package.json | jq -r .version)

0 commit comments

Comments
 (0)