From d4648afe014c2afa4c25439a962cd991896e358f Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:15:59 +0100 Subject: [PATCH] chore: correct missing `types` task reference (#572) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d447c5bb..b3e64892 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test:e2e": "pnpm --filter='fixture-*' run test:e2e", "repo:root:format": "prettier . !./assets/** !./crates !./examples !./devtools/** !./packages/** --check", "repo:root:format:fix": "prettier . !./assets/** !./crates !./examples !./devtools/** !./packages/** --write", - "check-all": "turbo build lint format types --filter=!./examples" + "check-all": "turbo build lint format typecheck --filter=!./examples" }, "author": "Valerio Ageno", "license": "MIT",