We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd94ba commit 0ef1f39Copy full SHA for 0ef1f39
1 file changed
.hooks/post-commit
@@ -14,5 +14,5 @@ if [ "$LAST_COMMIT_MSG" = "$AUTO_COMMIT_MSG" ]; then
14
else
15
# If it was a manual commit, run the generator script.
16
echo "Post-commit hook: Running OpenAPI generator..."
17
- make generate-openapi
+ make generate-openapi-commit
18
fi
0 commit comments