Commit 2059a9c
committed
fix: use --cwd=<dir> syntax for bun run commands
The --cwd flag requires '=' syntax when used with 'bun run' in bun 1.3.0.
Without it, bun displays help menu instead of executing the command, causing
SDK type generation to be skipped during CI typecheck.1 parent 839e8bd commit 2059a9c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments