build(scripts): changing how the relase works so it purposly builds before it trys to release

this is to help prevent errors in the build and release stuff in git
This commit is contained in:
2026-04-23 07:48:13 -05:00
parent 4855412733
commit 83a542d1b7

View File

@@ -24,7 +24,7 @@
"version": "changeset version", "version": "changeset version",
"specCheck": "node scripts/check-route-specs.mjs", "specCheck": "node scripts/check-route-specs.mjs",
"commit": "cz", "commit": "cz",
"release": "commit-and-tag-version", "release": "npm run build && commit-and-tag-version",
"build:apk": "cd lstMobile && expo prebuild --clean && cd android && gradlew.bat assembleRelease " "build:apk": "cd lstMobile && expo prebuild --clean && cd android && gradlew.bat assembleRelease "
}, },
"repository": { "repository": {