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: failing script when adding as dependency #85

Merged
merged 2 commits into from
Nov 17, 2022
Merged

Commits on Nov 17, 2022

  1. fix failing script when adding as dependency

    postinstall hook also runs when installing the package as a dependency, which will fail. `prepare` seems to be more suitable (see: https://docs.npmjs.com/cli/v9/using-npm/scripts#life-cycle-scripts)
    jfschwarz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    07b3429 View commit details
    Browse the repository at this point in the history
  2. bump version

    jfschwarz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a3da204 View commit details
    Browse the repository at this point in the history