Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c999abb236de8964c53c652fd8b7233cb775810d
Authored by
jinmao88
2023-01-30 16:20:54 +0800
1 parent
816fffe9
fix: ci error
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.github/workflows/deploy.yml
.github/workflows/deploy.yml
View file @
c999abb
...
...
@@ -97,6 +97,8 @@ jobs:
97
97
git config --global user.name "vbenAdmin"
98
98
99
99
- name: Build
100
+ env:
101
+ NODE_OPTIONS: "--max_old_space_size=4096"
100
102
run: |
101
103
yarn install
102
104
yarn run build
...
...