From 83a542d1b7beafe394949c001917f2b25056fac2 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 23 Apr 2026 07:48:13 -0500 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cf7fb8..8fa2764 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "version": "changeset version", "specCheck": "node scripts/check-route-specs.mjs", "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 " }, "repository": {