Skip to content

Commit efd4790

Browse files
committed
github pages
1 parent 22dcfcf commit efd4790

File tree

3 files changed

+224
-1
lines changed

3 files changed

+224
-1
lines changed
File renamed without changes.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@
66
"build": "vite build",
77
"preview": "vite preview",
88
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
9-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
9+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
10+
"deploy": "pnpm build && pnpx gh-pages -d build -t true"
1011
},
1112
"devDependencies": {
1213
"@fontsource/fira-mono": "^4.5.10",
1314
"@iconify/json": "^2.2.222",
1415
"@neoconfetti/svelte": "^1.0.0",
1516
"@sveltejs/adapter-auto": "^3.0.0",
1617
"@sveltejs/adapter-node": "^4.0.1",
18+
"@sveltejs/adapter-static": "^3.0.2",
1719
"@sveltejs/kit": "^2.0.0",
1820
"@sveltejs/vite-plugin-svelte": "^3.0.0",
1921
"autoprefixer": "^10.4.18",
2022
"flowbite": "^2.4.1",
2123
"flowbite-svelte": "^0.46.11",
24+
"gh-pages": "^6.1.1",
2225
"postcss": "^8.4.35",
2326
"svelte": "^4.2.7",
2427
"svelte-check": "^3.6.0",

0 commit comments

Comments
 (0)