-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Support for Custom Publish Hooks #363
Comments
What do you mean by that? You can already use npm hooks. Also see #347 (comment) and #344. |
Ah nice, thank you. I have a repro that distributes a front-end library, and per release, I'd like to build the code w/ Webpack.
|
I'm hoping for something like this:
|
I don't think that such syntax is going to be supported any time soon, since For now, I think that your best option is to split the |
Closing as future discussion on this should be in #386. |
Could there be a way to extend the publish steps? For example, a
.nprc.js
file that allows you to mutate the tasks array before it's executed.The text was updated successfully, but these errors were encountered: