Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 4685e27

Browse files
authored
chore: publish prereleases to npm under alpha tag (#651)
1 parent b141cf6 commit 4685e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:watch": "yarn test --watch --collect-coverage=false",
2121
"check-gh-token": ": \"${GH_TOKEN:?Please set GH_TOKEN to a GitHub personal token that can create releases.}\"",
2222
"publish": "yarn check-gh-token && lerna publish --conventional-commits --exact --create-release github",
23-
"prerelease": "yarn check-gh-token && lerna publish --conventional-commits --conventional-prerelease --exact --create-release github",
23+
"prerelease": "yarn check-gh-token && lerna publish --conventional-commits --conventional-prerelease --exact --create-release github --dist-tag alpha",
2424
"graduate": "yarn check-gh-token && lerna publish --conventional-commits --conventional-graduate --exact --create-release github",
2525
"lint": "eslint .",
2626
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",

0 commit comments

Comments
 (0)