Skip to content

Commit 3ab7653

Browse files
authored
Bugfix: Fix package installations by removing postinstall lifecycle script. (#157)
* Fix package installations by removing `postinstall` lifecycle script. * Fix `sync` * Fix `sync`
1 parent 1decedd commit 3ab7653

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"build:watch": "pnpm build --watch",
77
"test": "vitest run",
88
"test:watch": "pnpm test --watch",
9-
"postinstall": "svelte-kit sync",
10-
"sync": "pnpm build"
9+
"sync": "svelte-kit sync && pnpm build"
1110
},
1211
"files": ["dist"],
1312
"sideEffects": false,

0 commit comments

Comments
 (0)