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
peerDepInstall
Currently dojo2 packages use the prepubish to run the grunt task that installs peer dependencies.
prepubish
As of npm5 this hook it deprecated, we need to find a new hook (or hooks) to run the peer dependency grunt task.
We should consider the prepare hook, but we cannot just swap if we want to still support npm 3+ as the hook was only introduced in npm4
prepare
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently dojo2 packages use the
prepubish
to run the grunt task that installs peer dependencies.As of npm5 this hook it deprecated, we need to find a new hook (or hooks) to run the peer dependency grunt task.
We should consider the
prepare
hook, but we cannot just swap if we want to still support npm 3+ as the hook was only introduced in npm4The text was updated successfully, but these errors were encountered: