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(docs): proper postinstall script file name #3282

Merged
merged 1 commit into from May 24, 2021

Commits on May 24, 2021

  1. fix(docs): proper postinstall script file name

    I think this change was incorrect: npm#2024
    
    The point of this example is that the same script is being used for two different stages (`install` and `post-install`) so it would be a good idea to look at the `npm_lifecycle_event` environment variable inside this script to determine which stage is being run.
    
    PR-URL: npm#3282
    Credit: @KevinFCormier
    Close: npm#3282
    Reviewed-by: @wraithgar
    KevinFCormier authored and wraithgar committed May 24, 2021
    Copy the full SHA
    46a9bcb View commit details
    Browse the repository at this point in the history