mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Move cspell to Actions (#35593)
* Move cspell to Actions * Remove the now unused `docs-spellcheck` npm script
This commit is contained in:
+1
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user