Skip to content

Commit

Permalink
Merge pull request #2056 from OctopusDeploy/sf/allow-zero-file-checks…
Browse files Browse the repository at this point in the history
…-to-pass

Allows zero-file checks to pass.
  • Loading branch information
steve-fenton-octopus authored Oct 25, 2023
2 parents 3c3d201 + 462daf5 commit ccde250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ccde250

Please sign in to comment.