From 1135d7d26c0e7e37a64d6fefba3c5ef32ca2bcc7 Mon Sep 17 00:00:00 2001 From: Lars Grammel Date: Mon, 15 Jan 2024 15:09:21 +0100 Subject: [PATCH] Debug attempt 2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55486e4ce602..18260869c916 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "turbo dev --no-cache --concurrency 16 --continue", "lint": "turbo lint", "prepare": "husky install", - "prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"", + "prettier-check": "prettier --check --debug-check \"**/*.{js,ts,tsx,md,mdx}\"", "type-check": "turbo type-check", "prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"", "publint": "turbo publint",