Skip to content

Commit 16ed6a8

Browse files
committed
Fix package installations by removing postinstall lifecycle script.
1 parent 1decedd commit 16ed6a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/strong-parents-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"build:watch": "pnpm build --watch",
77
"test": "vitest run",
88
"test:watch": "pnpm test --watch",
9-
"postinstall": "svelte-kit sync",
109
"sync": "pnpm build"
1110
},
1211
"files": ["dist"],

0 commit comments

Comments
 (0)