Skip to content

Commit 7e311ab

Browse files
committed
chore: resume building docs on push
1 parent d46be35 commit 7e311ab

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm test && npm run build
4+
npm test && npm run build && npm run check-docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint": "9.6.0",
5555
"eslint-config-canonical": "~43.0.13",
5656
"espree": "^10.1.0",
57-
"gitdown": "^4.0.0",
57+
"gitdown": "^4.1.0",
5858
"glob": "^10.4.2",
5959
"globals": "^15.8.0",
6060
"husky": "^9.0.11",

pnpm-lock.yaml

Lines changed: 23 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)