Skip to content

Commit

Permalink
Bugfix: Fix package installations by removing postinstall lifecycle…
Browse files Browse the repository at this point in the history
… script. (#157)

* Fix package installations by removing `postinstall` lifecycle script.

* Fix `sync`

* Fix `sync`
  • Loading branch information
Hugos68 authored Jan 9, 2025
1 parent 1decedd commit 3ab7653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 3ab7653

Please sign in to comment.