Skip to content

Commit 4624c92

Browse files
committed
fix(ci): skip postinstall scripts in package release workflow
1 parent 4dcd0ff commit 4624c92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/packages-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
registry-url: 'https://registry.npmjs.org'
5656

5757
- name: Install dependencies
58-
run: pnpm install --frozen-lockfile
58+
run: pnpm install --frozen-lockfile --ignore-scripts
59+
env:
60+
NODE_OPTIONS: '--max-old-space-size=4096'
5961

6062
- name: Build packages
6163
run: |

0 commit comments

Comments
 (0)