test: run bundle size action when push (#50415)

This commit is contained in:
afc163 2024-08-14 20:44:46 +08:00 committed by GitHub
parent 97aa299529
commit 85afc8d668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,5 @@ jobs:
env: env:
NODE_OPTIONS: "--max_old_space_size=4096" NODE_OPTIONS: "--max_old_space_size=4096"
PRODUCTION_ONLY: 1 PRODUCTION_ONLY: 1
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
NO_DUP_CHECK: 1 NO_DUP_CHECK: 1
CI_JOB_NUMBER: 1 CI_JOB_NUMBER: 1

View File

@ -320,6 +320,7 @@ jobs:
run: npm run dist run: npm run dist
env: env:
NODE_OPTIONS: "--max_old_space_size=4096" NODE_OPTIONS: "--max_old_space_size=4096"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CI: 1 CI: 1
- name: check build files - name: check build files