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

feat: add hook option to control when plugin is ran #133

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

rschristian
Copy link
Contributor

Fixes #132

Not very familiar with this repo, let me know if you'd like to see things done any other way, formatted differently, etc.! Happy to make adjustments.

For a test, I basically reproduced the situation I mentioned in the issue; another plugin in writeBundle will attempt to read the file, so if we cannot access it, throw and fail the test.

Copy link

changeset-bot bot commented Nov 4, 2024

🦋 Changeset detected

Latest commit: 8d40724

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rschristian rschristian marked this pull request as draft November 4, 2024 05:30
@rschristian rschristian marked this pull request as ready for review November 4, 2024 05:43
@sapphi-red sapphi-red added the enhancement New feature or request label Nov 8, 2024
@sapphi-red sapphi-red changed the title feat: Add hook option to control when plugin is ran feat: add hook option to control when plugin is ran Nov 8, 2024
Copy link
Owner

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sapphi-red sapphi-red merged commit b9c09bd into sapphi-red:main Nov 8, 2024
8 checks passed
@github-actions github-actions bot mentioned this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Allow users to specify hook for when plugin is ran
2 participants