address comment.

This commit is contained in:
Darshan
2026-02-02 11:58:56 +05:30
parent 29a9a04bad
commit a34e30a00e
+1 -1
View File
@@ -6,7 +6,7 @@
"build": "bun run build.js",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"clean": "rm -rf node_modules && rm -rf .svelte_kit && bun install",
"clean": "rm -rf node_modules && rm -rf .svelte-kit && bun install",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write --cache .",