ci: fix build product (#8180)

This commit is contained in:
三咲智子
2022-06-08 16:44:18 +08:00
committed by GitHub
parent 796d32c272
commit 0f8f54cbd2
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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