Commit 0075eb3
committed
fix(build): use npx tsup so Vercel can resolve the binary
Vercel's shell PATH doesn't include node_modules/.bin when running workspace scripts via --prefix. Using npx explicitly resolves the binary.1 parent b047e1f commit 0075eb3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments