mirror of https://github.com/VERT-sh/VERT.git
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:
parent
9c3a789de8
commit
df99e7d38a
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue