This commit is contained in:
Tommy Parnell
2024-05-07 17:03:49 -04:00
parent e76531e35c
commit 5743694bdc

View File

@@ -4,7 +4,7 @@
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
"build": "vite build", "build": "vite build",
"publish": "NODE_ENV=production vite build && gh-pages -d build", "publish": "NODE_ENV=production vite build && gh-pages -d build -t true",
"preview": "vite preview", "preview": "vite preview",
"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",