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

fix: no prepare script causes dependency issues #824

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noahajac
Copy link

When used as a dependency, devDependencies required to build h5ai will not be installed by npm if there is no "prepare" script per npm docs.

This PR adds the required script as well as files/package.json entries that will allow the h5ai repo to be included as a npm dependency.

devDependencies required to use h5ai will not be
installed by npm if there is no "prepare" script
per https://docs.npmjs.com/cli/v8/commands/npm-install.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant