Skip to content

Commit 884e408

Browse files
authored
Merge pull request #235 from sushobhit-lt/stage
add npm script for release:beta
2 parents d89ad6b + 0015b91 commit 884e408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"build": "tsup",
1010
"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",
1112
"local-build": "pnpm run build && pnpm pack"
1213
},
1314
"bin": {

0 commit comments

Comments
 (0)