add script to npm scripts

This commit is contained in:
silentsilas 2024-09-22 01:33:42 -04:00
parent f37d1fdaab
commit aa56d558cc
Signed by: silentsilas
GPG Key ID: 113DFB380F724A81
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"dev": "vite dev", "dev": "vite dev",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"deploy": "bash scripts/deploy.sh",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest", "test": "vitest",
@ -65,4 +66,4 @@
"mdsvex": "^0.11.2", "mdsvex": "^0.11.2",
"three": "^0.159.0" "three": "^0.159.0"
} }
} }