Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a prebuild plugin to expand the artifact bundle #3

Merged
merged 6 commits into from
Apr 20, 2024

Conversation

csjones
Copy link
Owner

@csjones csjones commented Apr 18, 2024

This is a precursor to introducing support for mint #1

… artifact bundle

Besides offering a swift plugin target, this commit adds an executable target to run lefthook. Having an executable target allows you to use tools like Mint to run lefthook.

The executable target supports both "swift run lefthook" and "mint run ..." for local development testing and mint testing.
Mint support. Create executable target that runs lefthook binary from artifact bundle
@csjones csjones merged commit 792713d into main Apr 20, 2024
4 checks passed
@csjones csjones deleted the PreBuildPlugin branch April 20, 2024 22:56
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.

Is it possible to add an executableTarget to the project so Mint can run it?
2 participants