diff --git a/frontend/package.json b/frontend/package.json index 44226cb438..ac7bd380bf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ }, "scripts": { "start": "npm run make-i18n && vite", - "build": "tsc && vite build", + "build": "npm run make-i18n && tsc && vite build", "test": "vitest run", "dev_wsl": "VITE_WATCH_USE_POLLING=true vite", "preview": "vite preview",