upd : build version

Deskripsi;
- build version otomatis

No Issues
This commit is contained in:
2025-09-03 16:49:40 +08:00
parent 1122e51047
commit 270001aa4f
4 changed files with 53 additions and 6 deletions

View File

@@ -9,7 +9,9 @@
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
"lint": "expo lint",
"bump": "node bump-version.js",
"build:android": "npm run bump && eas build -p android --profile production"
},
"jest": {
"preset": "jest-expo"