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
The prepublish build script should actually be run as an install script.
prepublish
install
For some reason this install (rollup) script fails when using npm install enketo-validate in an app.
npm install enketo-validate
Therefore, I've temporary published the built files to /build. I don't like this, so this should be solved properly some day.
/build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
prepublish
build script should actually be run as aninstall
script.For some reason this
install
(rollup) script fails when usingnpm install enketo-validate
in an app.Therefore, I've temporary published the built files to
/build
. I don't like this, so this should be solved properly some day.The text was updated successfully, but these errors were encountered: