mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(html): add CDN bundles and inline template minification (#827)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -150,3 +150,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: pnpm build:packages
|
||||
|
||||
- name: Build CDN bundles
|
||||
run: pnpm build:cdn
|
||||
|
||||
Reference in New Issue
Block a user