diff --git a/frontend/package.json b/frontend/package.json index 1f05f31c..1af556c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "scripts": { "dev": "vite", "build": "tsc -p tsconfig.build.json && vite build", + "pretype-check": "npm ci --silent", "type-check": "tsc --noEmit", "lint": "eslint . --report-unused-disable-directives", "preview": "vite preview",