Skip to content

Commit

Permalink
chore: resume building docs on push
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 10, 2024
1 parent d46be35 commit 7e311ab
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test && npm run build
npm test && npm run build && npm run check-docs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint": "9.6.0",
"eslint-config-canonical": "~43.0.13",
"espree": "^10.1.0",
"gitdown": "^4.0.0",
"gitdown": "^4.1.0",
"glob": "^10.4.2",
"globals": "^15.8.0",
"husky": "^9.0.11",
Expand Down
42 changes: 23 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e311ab

Please sign in to comment.