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.
postinstall
1 parent 1decedd commit 16ed6a8Copy full SHA for 16ed6a8
.changeset/strong-parents-allow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@skeletonlabs/floating-ui-svelte": patch
3
4
+
5
+Fix package installations by removing `postinstall` lifecycle script.
packages/floating-ui-svelte/package.json
@@ -6,7 +6,6 @@
6
"build:watch": "pnpm build --watch",
7
"test": "vitest run",
8
"test:watch": "pnpm test --watch",
9
- "postinstall": "svelte-kit sync",
10
"sync": "pnpm build"
11
},
12
"files": ["dist"],
0 commit comments