Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
run: pnpm -F opentiny-design-home i --no-frozen-lockfile
- name: Build home
run: pnpm build
env:
NODE_OPTIONS: --max-old-space-size=8192
1 change: 1 addition & 0 deletions .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
VITE_CONTEXT: /opentiny.design/
VITE_BASE: /opentiny.design/
VITE_EnvName: github
NODE_OPTIONS: --max-old-space-size=8192
- name: Copy files
run: |
cp dist/common/tinyui-design-common.iife.js dist/home
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
env:
VITE_CONTEXT: /
VITE_BASE: //res-static.opentiny.design/tinyui-design/${{ steps.ver.outputs.value }}/home/
NODE_OPTIONS: --max-old-space-size=8192
- name: Copy files
run: |
cp dist/common/tinyui-design-common.iife.js dist/home
Expand Down
Loading