Commit c0c01e3
committed
ci: build packages via their own build scripts
The CI workflow and Makefile hand-rolled the package build (tsc + tailwind
only), silently skipping the 0.2.0 build steps that generate compat.css /
shadcn.css and copy the voice/canvas subentry styles into dist — so web's
'jcode-ui/compat.css' import failed to resolve. Delegate to 'pnpm build' in
each package so there is a single source of truth for build steps.
Generated with Jack AI bot1 parent f24f365 commit c0c01e3
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments