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 22:03:21 +0300
committerGitHub <noreply@github.com>2022-08-15 22:03:21 +0300
commitcd2867f8c2c700ee0eb55d4ea5291637f6b36d36 (patch)
treeee699e1826ed7d18fccfbfb68ef521a5332c7f87
parent4eca154408266571c819e326a2975a169ebb602a (diff)
Build before checking links (#1173)
-rw-r--r--userguide/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/userguide/package.json b/userguide/package.json
index b40c316..be2e8ff 100644
--- a/userguide/package.json
+++ b/userguide/package.json
@@ -13,6 +13,8 @@
"check-links": "npm run _check-links",
"clean": "rm -Rf public",
"make:public": "git init -b main public",
+ "precheck-links:all": "npm run build",
+ "precheck-links": "npm run build",
"postbuild:preview": "npm run _check-links",
"postbuild:production": "npm run _check-links",
"prepare": "cd .. && npm install",