We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e7a22 commit c5edcd0Copy full SHA for c5edcd0
1 file changed
package.json
@@ -12,6 +12,8 @@
12
"test": "sh -c 'set -e; for dir in packages/*/; do echo \"Testing $dir\"; (cd \"$dir\" && yarn test) || { echo \"\\033[31mERROR: Tests failed for $dir\\033[0m\"; exit 1; }; done'",
13
"publish-patch": "npx lerna publish patch --conventional-commits",
14
"publish-breaking-minor": "npx lerna publish minor --conventional-commits",
15
+ "publish-alpha-patch": "npx lerna publish prerelease --preid alpha --dist-tag alpha --conventional-commits",
16
+ "publish-alpha-breaking-minor": "npx lerna publish preminor --preid alpha --dist-tag alpha --conventional-commits",
17
"docs": "rspress dev --port 3010",
18
"docs-build": "rspress build",
19
"docs-preview": "rspress preview --port 3010"
0 commit comments