From 432b4a3d9459e2b151a2d3db0e4f659389aaf887 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Tue, 7 Dec 2021 13:18:56 +0200 Subject: [PATCH] cspell: do not show progress --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfcf632f1c..4ac7805dca 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "testonly:cover": "nyc npm run testonly", "prettier": "prettier --write --list-different .", "prettier:check": "prettier --check .", - "check:spelling": "cspell '**/*'", + "check:spelling": "cspell --no-progress '**/*'", "check:integrations": "mocha --full-trace integrationTests/*-test.js", "build:npm": "node resources/build-npm.js", "build:deno": "node resources/build-deno.js",