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

Replace prepare with prepublishOnly #122

Merged
merged 1 commit into from Sep 2, 2020
Merged

Commits on Sep 2, 2020

  1. replace prepare with prepublishOnly

    The old `prepare` was running before a publish but also when we `npm
    install`. This is not so good and breaks builds for windows users
    (#121). A fix for this is to only run the code before an actual publish.
    This can be configured with the `prepublishOnly` script name.
    
    See: https://docs.npmjs.com/misc/scripts#deprecation-note
    
    Fixes: #121
    RobinMalfait committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    91c9b68 View commit details
    Browse the repository at this point in the history