chore: update full-check script

This commit is contained in:
Miodec 2025-08-20 20:45:44 +02:00
parent e6519b166c
commit a5d0a3e961

View file

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"full-check": "turbo lint ts-check build test validate-json",
"full-check": "turbo lint ts-check build test integration-test validate-json --force",
"prepare": "husky install",
"pre-commit": "lint-staged",
"ts-check": "turbo run ts-check",