mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
address comment.
This commit is contained in:
+1
-1
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user