diff --git a/package.json b/package.json index 048910cc9..f7df8acfd 100644 --- a/package.json +++ b/package.json @@ -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",