fix: update build:docker script to remove TypeScript compilation step

pull/10/head
David Montero Crespo 2026-03-06 14:12:13 -03:00
parent 22de9173ba
commit 26f9e96c37
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"generate:metadata": "cd .. && npx tsx scripts/generate-component-metadata.ts",
"dev": "npm run generate:metadata && vite",
"build": "npm run generate:metadata && tsc -b && vite build",
"build:docker": "tsc -b && vite build",
"build:docker": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",