feat: Add pretype-check script to streamline dependency installation

This commit is contained in:
GitHub Actions
2025-12-12 16:45:12 +00:00
parent 7dd0d94169
commit 4e9d6825a6

View File

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