fix: force build translations on build

for some reason, prod has translation issues where seemingly they use outdated translations, causing half of the new translations to not appear.
This commit is contained in:
Maya 2025-10-29 09:11:31 +03:00
parent 9c3a789de8
commit df99e7d38a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",