From 462daf55218874dfd91e5629623f4102d08c1524 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:35:58 +0100 Subject: [PATCH] Allows zero-file checks to pass. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de5bd4277a..79f373491c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "img": "node --no-experimental-fetch ./src/themes/accelerator/utilities/img.mjs", "dev": "node --no-experimental-fetch ./src/themes/accelerator/utilities/img.mjs && astro dev", "test": "astro build && npx playwright install --with-deps && npx playwright test", - "spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --file-list stdin", + "spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --no-must-find-files --file-list stdin", "build": "astro build", "preview": "astro preview", "astro": "astro",