We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354bccc commit 153f753Copy full SHA for 153f753
3 files changed
.github/workflows/build-home.yml
@@ -44,3 +44,5 @@ jobs:
44
run: pnpm -F opentiny-design-home i --no-frozen-lockfile
45
- name: Build home
46
run: pnpm build
47
+ env:
48
+ NODE_OPTIONS: --max-old-space-size=8192
.github/workflows/deploy-github.yml
@@ -60,6 +60,7 @@ jobs:
60
VITE_CONTEXT: /opentiny.design/
61
VITE_BASE: /opentiny.design/
62
VITE_EnvName: github
63
64
- name: Copy files
65
run: |
66
cp dist/common/tinyui-design-common.iife.js dist/home
.github/workflows/deploy-obs.yml
@@ -73,6 +73,7 @@ jobs:
73
env:
74
VITE_CONTEXT: /
75
VITE_BASE: //res-static.opentiny.design/tinyui-design/${{ steps.ver.outputs.value }}/home/
76
77
78
79
0 commit comments