Skip to content

Commit 7fb919e

Browse files
committed
npm publish:beta script
Signed-off-by: kyle-ssg <kyle@solidstategroup.com>
1 parent 58f2430 commit 7fb919e

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
@@ -5,6 +5,7 @@
55
"scripts": {
66
"prepublish": "npm run build",
77
"deploy": "npm run build && cd ./flagsmith/ && npm publish && cd ../react-native-flagsmith && npm publish && cd ../flagsmith-es && npm publish",
8+
"deploy:beta": "npm run build && cd ./flagsmith/ && npm publish --tag beta && cd ../react-native-flagsmith && npm publish --tag beta && cd ../flagsmith-es && npm publish --tag beta",
89
"build": "rollup -c && node ./move-react.js"
910
},
1011
"repository": {

0 commit comments

Comments
 (0)