diff --git a/package.json b/package.json index d30a213..c5274d3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write .", - "prepare": "npx husky install" + "prepare": "npx husky install && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@skeletonlabs/skeleton": "^2.5.0",