mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: fix build product (#8180)
This commit is contained in:
2
.github/workflows/publish-build-product.yml
vendored
2
.github/workflows/publish-build-product.yml
vendored
@@ -37,6 +37,8 @@ jobs:
|
||||
|
||||
- name: Local build
|
||||
run: pnpm build
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
- name: Check build product
|
||||
run: sh -c ./scripts/file-check.sh
|
||||
|
||||
2
.github/workflows/publish-size-report.yml
vendored
2
.github/workflows/publish-size-report.yml
vendored
@@ -33,3 +33,5 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pattern: './dist/element-plus/dist/*.{js,mjs,css}'
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
Reference in New Issue
Block a user