We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6efe4 commit eb687ddCopy full SHA for eb687dd
package.json
@@ -39,7 +39,7 @@
39
"testonly:cover": "nyc npm run testonly",
40
"prettier": "prettier --write --list-different .",
41
"prettier:check": "prettier --check .",
42
- "check:spelling": "cspell '**/*'",
+ "check:spelling": "cspell --no-progress '**/*'",
43
"check:integrations": "mocha --full-trace integrationTests/*-test.js",
44
"build:npm": "node resources/build-npm.js",
45
"build:deno": "node resources/build-deno.js",
0 commit comments