Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-01-30 17:39:30 +0300
committerGitHub <noreply@github.com>2022-01-30 17:39:30 +0300
commite1020a43a5f68c15d3292296b4014b9d384f1b6f (patch)
tree1c57d7cc2746ff825c097636a391647e7351a4ac /package.json
parent882185bbde9fa6ce0e7885404e76afa0090bdabb (diff)
Move cspell to Actions (#35593)
* Move cspell to Actions * Remove the now unused `docs-spellcheck` npm script
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5538eb47ba..4ba951eb83 100644
--- a/package.json
+++ b/package.json
@@ -57,9 +57,8 @@
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
- "docs-spellcheck": "cspell --no-progress",
"docs-vnu": "node build/vnu-jar.js",
- "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-spellcheck",
+ "docs-lint": "npm run docs-vnu",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
@@ -111,7 +110,6 @@
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
- "cspell": "^5.16.0",
"eslint": "^8.7.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.4",