Skip to content

Commit 8d779dc

Browse files
committed
Add deploy beta script
1 parent b44999a commit 8d779dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"test:debug": "node --inspect-brk node_modules/.bin/jest --coverage --watch --coverageReporters='text'",
4848
"build": "tsc",
4949
"deploy": "npm i && npm run build && npm run publish",
50+
"deploy:beta": "npm i && npm run build && npm publish --tag beta",
5051
"prepare": "husky install"
5152
},
5253
"dependencies": {

0 commit comments

Comments
 (0)