hotfix: Typecheck routes during frontend build (#6676)

This commit is contained in:
sp.wack
2025-02-11 00:52:59 +04:00
committed by GitHub
parent a1107a2c30
commit b12b426e3d

View File

@@ -50,7 +50,7 @@
"scripts": {
"dev": "npm run make-i18n && cross-env VITE_MOCK_API=false react-router dev",
"dev:mock": "npm run make-i18n && cross-env VITE_MOCK_API=true react-router dev",
"build": "npm run make-i18n && tsc && react-router build",
"build": "npm run make-i18n && npm run typecheck && react-router build",
"start": "npx sirv-cli build/ --single",
"test": "vitest run",
"test:e2e": "playwright test",