From cd2867f8c2c700ee0eb55d4ea5291637f6b36d36 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 15 Aug 2022 15:03:21 -0400 Subject: [PATCH] Build before checking links (#1173) --- userguide/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userguide/package.json b/userguide/package.json index b40c316b49..be2e8ff019 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",