Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/strong-parents-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/floating-ui-svelte": patch
---

Fix package installations by removing `postinstall` lifecycle script.
3 changes: 1 addition & 2 deletions packages/floating-ui-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"build:watch": "pnpm build --watch",
"test": "vitest run",
"test:watch": "pnpm test --watch",
"postinstall": "svelte-kit sync",
"sync": "pnpm build"
"sync": "svelte-kit sync && pnpm build"
},
"files": ["dist"],
"sideEffects": false,
Expand Down
Loading