Skip to content

Commit 04ba8cc

Browse files
benmccanndominikg
andauthored
Update .github/workflows/sync-packages.yml
Co-authored-by: Dominik G. <[email protected]>
1 parent ab85fe6 commit 04ba8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 22
2323
cache: pnpm
24-
- run: pnpm install --frozen-lockfile
24+
- run: pnpm install --frozen-lockfile --ignore-scripts
2525

2626
- name: Sync packages
2727
run: cd apps/svelte.dev && pnpm sync-packages

0 commit comments

Comments
 (0)