Commit 4cd9ad8
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments