switch deploy method

This commit is contained in:
2023-07-05 22:18:09 +02:00
parent 318b57ece8
commit 093dfa9033
3 changed files with 0 additions and 253 deletions

View File

@@ -5,7 +5,6 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"deploy": "npm run build && gh-pages -d build -t true",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
@@ -29,7 +28,6 @@
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"gh-pages": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^4.3.6",
"vite-plugin-pwa": "^0.16.4",