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

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-08-15 21:56:02 +0300
committerGitHub <noreply@github.com>2022-08-15 21:56:02 +0300
commit4eca154408266571c819e326a2975a169ebb602a (patch)
treef4dc8e11943e4c0f2fdf806e7a87e13d4d708475 /package.json
parentbec58690c1d70a97e9498c05857aae03c7565fd4 (diff)
Check links in the user guide (#1172)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 303b4e9..e3a8f0b 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,8 @@
"build:production": "npm run cd:docs build:production",
"build": "npm run cd:docs build",
"cd:docs": "npm run _cd:docs -- npm run",
+ "check-links:all": "npm run cd:docs check-links:all",
+ "check-links": "npm run cd:docs check-links",
"docs-install": "npm run _cd:docs -- npm install",
"get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
"serve": "npm run cd:docs serve",