We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8223abb commit e3bcc9bCopy full SHA for e3bcc9b
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
node-version: '22.20'
31
32
- name: Install dependencies
33
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --ignore-scripts
34
35
- run: pnpm run build
36
0 commit comments