Browse Source

fix: ci error

pull/2516/head
jinmao88 3 years ago
parent
commit
c999abb236
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -97,6 +97,8 @@ jobs:
git config --global user.name "vbenAdmin"
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
yarn install
yarn run build

Loading…
Cancel
Save