Commit 4a7cdf1
committed
fix: add output field to playground build task so Vercel cache restores dist
The playground was missed in 0443605 which added output: ["dist/**"] to
all library package build tasks. Without it, vp replays terminal output on
cache hits but never restores the actual dist/ files, causing Vercel to
fail with "No Output Directory named dist found".1 parent b902dbb commit 4a7cdf1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments