Skip to content

Commit a34e30a

Browse files
committed
address comment.
1 parent 29a9a04 commit a34e30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "bun run build.js",
77
"preview": "vite preview",
88
"prepare": "svelte-kit sync || echo ''",
9-
"clean": "rm -rf node_modules && rm -rf .svelte_kit && bun install",
9+
"clean": "rm -rf node_modules && rm -rf .svelte-kit && bun install",
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1111
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
1212
"format": "prettier --write --cache .",

0 commit comments

Comments
 (0)