Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 59b50eb

Browse files
authored
fix: switch to npm publish (#156)
1 parent f91cb90 commit 59b50eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-scripts/publish-rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ yarn std-version -- --prerelease rc --no-verify
99

1010
git push --follow-tags "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG" "$TRAVIS_BRANCH" > /dev/null 2>&1;
1111

12-
yarn publish --tag prerelease
12+
npm publish --tag prerelease
1313

ci-scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ git push --follow-tags "https://[email protected]/$TRAVIS_REPO_SLUG" master >
1818

1919
yarn release:create -- --repo $TRAVIS_REPO_SLUG --tag $release_tag --branch master
2020

21-
yarn publish
21+
npm publish
2222

2323
# add docs deployment here

0 commit comments

Comments
 (0)