Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 1e54b66

Browse files
committed
Fix sync
1 parent 16ed6a8 commit 1e54b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/floating-ui-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build:watch": "pnpm build --watch",
77
"test": "vitest run",
88
"test:watch": "pnpm test --watch",
9-
"sync": "pnpm build"
9+
"sync": "sveltekit-sync && pnpm build"
1010
},
1111
"files": ["dist"],
1212
"sideEffects": false,

0 commit comments

Comments
 (0)