Skip to content

Commit 29d3295

Browse files
committed
chore: [AB#12931] Quiet noisy spellcheck success output
1 parent be163a9 commit 29d3295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest run",
1212
"prettier": "prettier --write . --ignore-path=../.eslintignore",
1313
"prettier:check": "prettier . --check --ignore-path=../.eslintignore",
14-
"spellcheck": "cspell '**/*.md' '**/*.json' --config ../cspell.json"
14+
"spellcheck": "cspell '**/*.md' '**/*.json' --config ../cspell.json --no-progress"
1515
},
1616
"dependencies": {
1717
"gray-matter": "4.0.3"

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier:check": "prettier . --check --ignore-path=./.eslintignore",
2525
"sitemap": "yarn dlx tsx src/scripts/generateSitemap.ts",
2626
"snapshot:update": "jest --updateSnapshot",
27-
"spellcheck": "cspell '**/*.md' '**/*.yml' --config ../cspell.json",
27+
"spellcheck": "cspell '**/*.md' '**/*.yml' --config ../cspell.json --no-progress",
2828
"start": "next start",
2929
"storybook": "storybook dev -p 6006",
3030
"test": "cross-env-shell DEBUG_PRINT_LIMIT=50000 jest",

0 commit comments

Comments
 (0)