Skip to content

Commit 4cd9ad8

Browse files
vibeguiclaude
andcommitted
fix(launcher): add no-op check script so bun run --workspaces check passes
bun run --workspaces enumerates apps/launcher even though it is excluded from the workspace install via the "!apps/launcher" pattern, and errors when a workspace lacks a 'check' script. Add a self-documenting no-op (the launcher is a Rust/Tauri app with no TypeScript to typecheck). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 85a9136 commit 4cd9ad8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/launcher/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"dev": "tauri dev",
99
"build": "tauri build",
1010
"tauri": "tauri",
11-
"icons": "tauri icon ./assets/icon-source.png"
11+
"icons": "tauri icon ./assets/icon-source.png",
12+
"check": "echo 'launcher is a Rust/Tauri app with no TS; run cargo check in src-tauri'"
1213
},
1314
"devDependencies": {
1415
"@tauri-apps/cli": "^2.9.2"

0 commit comments

Comments
 (0)