Skip to content

Commit 04250be

Browse files
Updated bumpVersion script.
1 parent 4e225f8 commit 04250be

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
@@ -7,7 +7,7 @@
77
"start": "expo start",
88
"prebuild": "node scripts/setupBatteryOptimization.js",
99
"android": "npm run prebuild && expo run:android",
10-
"bump-version": "node scripts/bumpVersion.js",
10+
"bump-version": "node scripts/bumpVersion.cjs",
1111
"eas-build-preinstall": "node scripts/setupBatteryOptimization.js",
1212
"ios": "expo run:ios",
1313
"web": "expo start --web",

0 commit comments

Comments
 (0)