Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 57fb986

Browse files
committed
Add sync to post install
1 parent 0bba933 commit 57fb986

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/floating-ui-svelte/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "@skeletonlabs/floating-ui-svelte",
33
"version": "0.3.2",
44
"scripts": {
5-
"build": "svelte-kit sync && svelte-package --input ./src",
5+
"build": "svelte-package --input ./src",
66
"build:watch": "pnpm build --watch",
77
"test": "vitest run",
8-
"test:watch": "pnpm test --watch"
8+
"test:watch": "pnpm test --watch",
9+
"postinstall": "svelte-kit sync"
910
},
1011
"files": ["dist"],
1112
"sideEffects": false,

sites/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"dev": "vite dev",
88
"build": "vite build && pagefind",
99
"preview": "vite preview",
10-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
11-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
10+
"postinstall": "svelte-kit sync"
1211
},
1312
"devDependencies": {
1413
"@skeletonlabs/floating-ui-svelte": "workspace:^",

0 commit comments

Comments
 (0)