Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Feb 29, 2024
1 parent e85357e commit ac059c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/MixpanelExpo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"expo": "~50.0.8",
"expo-status-bar": "~1.11.1",
"mixpanel-react-native": "github:mixpanel/mixpanel-react-native#js-core",
"mixpanel-react-native": "github:mixpanel/mixpanel-react-native#master",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-web": "~0.19.6",
Expand Down
Empty file removed [email protected]
Empty file.
1 change: 1 addition & 0 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def bump_version():
subprocess.call('cd Samples/MixpanelDemo;rm -fr node_modules;rm -fr android/app/build;rm -fr ios/Pods', shell=True)
subprocess.call('cd Samples/SimpleMixpanel;rm -fr node_modules;rm -fr android/app/build;rm -fr ios/Pods', shell=True)
subprocess.call('cd Samples/ContextAPIMixpanel;rm -fr node_modules;rm -fr android/app/build;rm -fr ios/Pods', shell=True)
subprocess.call('cd Samples/MixpanelExpo;rm -fr node_modules', shell=True)
subprocess.call('git add package.json', shell=True)
subprocess.call('git add __tests__/index.test.js', shell=True)

Expand Down

0 comments on commit ac059c9

Please sign in to comment.