Skip to content

Commit

Permalink
Build before checking links (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Aug 15, 2022
1 parent 4eca154 commit cd2867f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cd2867f

Please sign in to comment.