We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fabc7a commit acc9661Copy full SHA for acc9661
package.json
@@ -3,8 +3,8 @@
3
"version": "0.0.1",
4
"scripts": {
5
"dev": "vite dev",
6
- "build": "vite build",
7
- "preview": "vite preview",
+ "build": "svelte-kit build",
+ "preview": "svelte-kit preview",
8
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
9
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
10
"deploy": "pnpm build && pnpx gh-pages -d build -t true"
0 commit comments