You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
I think the deprecation is only about changing the logic of prepublish script and not removing it completly. And this is good because we need it only when publishing the lib. But of course I need to test it when rebuilding the boilerplate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Apparently "prepublish" is changing in npm5 to only run on publish - http://blog.lholmquist.org/npm-prepublish-changes/.
To keep this boilerplate working in npm5, it appears to be as simple as change "prepublish" in package.json to "prepare".
I can raise a PR if you like?
The text was updated successfully, but these errors were encountered: