From 25fcc53d9185744852e65dadda0d4efaae922456 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:26:07 -0500 Subject: [PATCH] only list formatted files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93371c1..c2d37f1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "lint": "run-s --continue-on-error lint:*", "lint:eslint": "eslint . --fix --cache --cache-file=node_modules/.cache/.eslintcache --report-unused-disable-directives", - "lint:prettier": "prettier . --write --cache", + "lint:prettier": "prettier . --write --cache --list-different", "lint:types": "tsc -b & pnpm -r --parallel run typecheck", "astro-sync": "pnpm --filter website exec astro sync", "format": "run-s --continue-on-error format:*",