From a34e30a00e4a014a8fe5bbd7a189d1102e5ef579 Mon Sep 17 00:00:00 2001 From: Darshan Date: Mon, 2 Feb 2026 11:58:56 +0530 Subject: [PATCH] address comment. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95aaf908d..74fcb8e65 100644 --- a/package.json +++ b/package.json @@ -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 .",