dev: added make-i18n to "build" (package.json) (#2641)

* added i18n to build-frontend

* revert Makefile; update package.json for make-i18n instead
This commit is contained in:
tobitege
2024-06-26 11:53:40 +02:00
committed by GitHub
parent ee86d8d25e
commit 163ee3abf6

View File

@@ -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",