Skip to content

Commit

Permalink
Fixes hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Feb 19, 2024
1 parent 4108333 commit 1459964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "(cd ./docs && mintlify dev --watch)",
"build-components": "npm run build && tsx ./docgen/index.ts",
"prune-docs": "tsx ./docgen/prune.ts",
"build-component-commit": "npm run build-components && npm run prune-docs"
"build-components-commit": "npm run build-components && npm run prune-docs"
},
"pre-commit": [
"build-components-commit"
Expand Down

0 comments on commit 1459964

Please sign in to comment.