Skip to content

Commit c9c88ef

Browse files
committed
fix: add svelte kit sync and check to prepare
1 parent 92b2d83 commit c9c88ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1111
"lint": "prettier --check . && eslint .",
1212
"format": "prettier --write .",
13-
"prepare": "npx husky install"
13+
"prepare": "npx husky install && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
1414
},
1515
"devDependencies": {
1616
"@skeletonlabs/skeleton": "^2.5.0",

0 commit comments

Comments
 (0)