Skip to content

Commit 9fbce62

Browse files
committed
Update deploy script
Signed-off-by: kyle-ssg <kyle@solidstategroup.com>
1 parent d0f73bc commit 9fbce62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./flagsmith/index.js",
55
"scripts": {
66
"prepublish": "npm run build",
7-
"deploy": "npm run build && cd ./flagsmith/ && npm publish && cd ../react-native-flagsmith && npm publish",
7+
"deploy": "npm run build && cd ./flagsmith/ && npm publish && cd ../react-native-flagsmith && npm publish && cd ../flagsmith-es && npm publish",
88
"build": "rollup -c && node ./move-react.js"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)