Commit 5ea3422
committed
fix: remove rollup demo build from prepare script
The build:rollup step produces dist/ which is not included in the
package files field and is only used for the demo. Its dependency on
systemjs breaks on Node 20+ due to exports field enforcement.
Only run build:analyze:json in prepare, which is what consumers need.1 parent 569557b commit 5ea3422
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments