From b9f9a017404db0ac53abc2bc9ab6778b0497b969 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 22 Jul 2024 16:56:26 +0200 Subject: [PATCH] chore: add full check command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 52f839625..96f13495f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "type": "module", "scripts": { + "full-check": "turbo lint ts-check build test validate-json", "prepare": "husky install", "pre-commit": "lint-staged", "lint": "turbo run lint",