Skip to content

Commit eb687dd

Browse files
cspell: do not show progress (#3412)
1 parent 6b6efe4 commit eb687dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"testonly:cover": "nyc npm run testonly",
4040
"prettier": "prettier --write --list-different .",
4141
"prettier:check": "prettier --check .",
42-
"check:spelling": "cspell '**/*'",
42+
"check:spelling": "cspell --no-progress '**/*'",
4343
"check:integrations": "mocha --full-trace integrationTests/*-test.js",
4444
"build:npm": "node resources/build-npm.js",
4545
"build:deno": "node resources/build-deno.js",

0 commit comments

Comments
 (0)