We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f73bc commit 9fbce62Copy full SHA for 9fbce62
package.json
@@ -4,7 +4,7 @@
4
"main": "./flagsmith/index.js",
5
"scripts": {
6
"prepublish": "npm run build",
7
- "deploy": "npm run build && cd ./flagsmith/ && npm publish && cd ../react-native-flagsmith && npm publish",
+ "deploy": "npm run build && cd ./flagsmith/ && npm publish && cd ../react-native-flagsmith && npm publish && cd ../flagsmith-es && npm publish",
8
"build": "rollup -c && node ./move-react.js"
9
},
10
"repository": {
0 commit comments