fix: compile before build

This commit is contained in:
Jannis Mattheis 2025-08-04 11:35:25 +02:00
parent 6ad4477f4b
commit fd9e6874ea
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
}, },
"scripts": { "scripts": {
"start": "vite", "start": "vite",
"prebuild": "tsc",
"build": "vite build", "build": "vite build",
"test": "vitest --disable-console-intercept --no-file-parallelism", "test": "vitest --disable-console-intercept --no-file-parallelism",
"lint": "eslint \"src/**/*.{ts,tsx}\"", "lint": "eslint \"src/**/*.{ts,tsx}\"",