We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f2430 commit 7fb919eCopy full SHA for 7fb919e
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"prepublish": "npm run build",
7
"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",
9
"build": "rollup -c && node ./move-react.js"
10
},
11
"repository": {
0 commit comments