build(*): Revert build change

This commit is contained in:
Josh Creek
2023-07-09 21:46:25 +00:00
parent f8ce265703
commit 0cee670e9e
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
"build": "cd src/server && npm run ts && cd .. && cd .. && vite build",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",