Skip to content

Add husky pre-push hook (test + build)#7

Merged
paulund merged 2 commits into
mainfrom
agent/add-husky-pre-push
May 27, 2026
Merged

Add husky pre-push hook (test + build)#7
paulund merged 2 commits into
mainfrom
agent/add-husky-pre-push

Conversation

@paulund
Copy link
Copy Markdown
Owner

@paulund paulund commented May 27, 2026

This pull request adds a pre-push Git hook to help ensure code quality before changes are pushed to the repository.

Continuous integration improvements:

  • .husky/pre-push: Added a pre-push hook that runs npm test and npm run build to automatically test and build the project before allowing a push.

@paulund paulund merged commit e7de2af into main May 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant