We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab85fe6 commit 04ba8ccCopy full SHA for 04ba8cc
.github/workflows/sync-packages.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: 22
23
cache: pnpm
24
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install --frozen-lockfile --ignore-scripts
25
26
- name: Sync packages
27
run: cd apps/svelte.dev && pnpm sync-packages
0 commit comments