feat(html): add CDN bundles and inline template minification (#827)

This commit is contained in:
rahim
2026-03-10 11:11:13 -07:00
committed by GitHub
parent 982107ee92
commit 40807b2e3a
21 changed files with 698 additions and 101 deletions
+4
View File
@@ -66,6 +66,10 @@ jobs:
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: pnpm build:packages
- name: Build CDN bundles
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: pnpm build:cdn
- name: Publish
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: pnpm -r publish --filter "./packages/*" --access public --provenance --no-git-checks
+3
View File
@@ -150,3 +150,6 @@ jobs:
- name: Build
run: pnpm build:packages
- name: Build CDN bundles
run: pnpm build:cdn