Skip to content

Commit e3bcc9b

Browse files
committed
ignore package scripts in publish workflow
1 parent 8223abb commit e3bcc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: '22.20'
3131

3232
- name: Install dependencies
33-
run: pnpm install --frozen-lockfile
33+
run: pnpm install --frozen-lockfile --ignore-scripts
3434

3535
- run: pnpm run build
3636

0 commit comments

Comments
 (0)