We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0cd6f1 + 884e408 commit 8b6e153Copy full SHA for 8b6e153
package.json
@@ -8,6 +8,7 @@
8
"scripts": {
9
"build": "tsup",
10
"release": "pnpm run build && pnpm publish --access public --no-git-checks",
11
+ "release:beta": "pnpm run build && pnpm publish --tag beta --access public --no-git-checks",
12
"local-build": "pnpm run build && pnpm pack"
13
},
14
"bin": {
0 commit comments