From a5d0a3e9619b76e6a5decfebe897e34db05c3a84 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 20 Aug 2025 20:45:44 +0200 Subject: [PATCH] chore: update full-check script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",