Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
woss committed Sep 20, 2024
1 parent 8e1b16d commit 62c47e0
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 138 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"dev": "vite dev --port 1122",
"build": "vite build",
"build": "svelte-kit sync && vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@eslint/js": "9.0.0",
"@playwright/test": "1.43.1",
"@sinclair/typebox": "0.32.20",
"@sveltejs/adapter-static": "3.0.1",
"@sveltejs/adapter-static": "3.0.5",
"@sentry/cli": "2.30.2",
"@sentry/types": "8.4.0",
"@sveltejs/kit": "2.5.5",
"@sveltejs/kit": "2.5.28",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@types/node": "20.12.7",
"@types/ramda": "0.29.12",
Expand All @@ -56,9 +56,9 @@
"prettier-plugin-svelte": "3.2.3",
"pretty-quick": "4.0.0",
"simple-git-hooks": "2.11.1",
"svelte": "4.2.14",
"svelte-check": "3.6.9",
"svelte-preprocess": "5.1.3",
"svelte": "4.2.19",
"svelte-check": "4.0.2",
"svelte-preprocess": "6.0.2",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit 62c47e0

Please sign in to comment.