Skip to content

Commit 0ef1f39

Browse files
committed
chore(post-commit): update OpenAPI generator command in post-commit hook
1 parent 5fd94ba commit 0ef1f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.hooks/post-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ if [ "$LAST_COMMIT_MSG" = "$AUTO_COMMIT_MSG" ]; then
1414
else
1515
# If it was a manual commit, run the generator script.
1616
echo "Post-commit hook: Running OpenAPI generator..."
17-
make generate-openapi
17+
make generate-openapi-commit
1818
fi

0 commit comments

Comments
 (0)