We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
csbasham commented on May 17, 2018
We may consider using some built-in npm scripts to ensure the Conduit builds happen before publishing. https://docs.npmjs.com/misc/scripts#prepublish-and-prepare
I think prepare is what we should use, if assuming npm 4+; otherwise, prepublish for legacy npm.
prepare
prepublish
This would just mean that we don't have to explicitly tell it to build. But maybe we want to keep it explicit? I don't know.
The text was updated successfully, but these errors were encountered:
csbasham commented on Jun 12, 2018
This PR actually some some qualities that I think I'm looking for. https://github.com/staltz/callbag-share/pull/7/files
Sorry, something went wrong.
No branches or pull requests
csbasham commented on May 17, 2018
We may consider using some built-in npm scripts to ensure the Conduit builds happen before publishing.
https://docs.npmjs.com/misc/scripts#prepublish-and-prepare
I think
prepare
is what we should use, if assuming npm 4+; otherwise,prepublish
for legacy npm.This would just mean that we don't have to explicitly tell it to build. But maybe we want to keep it explicit? I don't know.
The text was updated successfully, but these errors were encountered: