Skip to content

Commit 3d5fe8f

Browse files
BunsDevclaude
andcommitted
fix(release): include mobile package in release smoke scaffold
The release smoke test creates a temp workspace to validate the version bump script. It was missing apps/mobile/package.json after mobile was added to the release package list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6a2b578 commit 3d5fe8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release-smoke.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const workspaceFiles = [
1212
"apps/server/package.json",
1313
"apps/desktop/package.json",
1414
"apps/web/package.json",
15+
"apps/mobile/package.json",
1516
"apps/marketing/package.json",
1617
"packages/contracts/package.json",
1718
"packages/shared/package.json",

0 commit comments

Comments
 (0)