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 3ab7653Copy full SHA for 3ab7653
.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,8 +6,7 @@
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"
+ "sync": "svelte-kit sync && pnpm build"
11
},
12
"files": ["dist"],
13
"sideEffects": false,
0 commit comments