feat: add "pnpm qa" command to check before commit
All checks were successful
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m52s

This commit is contained in:
2026-02-12 22:33:37 +01:00
parent 81580ccd8c
commit d39185efaf

View File

@@ -3,6 +3,7 @@
"scripts": {
"postinstall": "pnpm run -r --filter 'ui' build",
"lint": "pnpm run -r --parallel lint",
"qa": "pnpm lint && pnpm check && pnpm test",
"format": "pnpm dprint fmt",
"format:check": "pnpm dprint check",
"test": "pnpm run -r --parallel test",