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

feat(node): Support executing npm package lifecycle scripts (preinstall/install/postinstall) #24487

Merged
merged 29 commits into from
Jul 10, 2024

Commits on Jul 9, 2024

  1. Extract out task runner

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4ed43a2 View commit details
    Browse the repository at this point in the history
  2. Add --allow-scripts flag

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f39e5fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d32b75b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    214326a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92dad6a View commit details
    Browse the repository at this point in the history
  6. First go at scripts

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2f3ed54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49bdbe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8f157a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25df480 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c17242b View commit details
    Browse the repository at this point in the history
  11. Add test

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ead6948 View commit details
    Browse the repository at this point in the history
  12. Rm dev logs

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e680015 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c665831 View commit details
    Browse the repository at this point in the history
  14. Cleanup msg

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    384aea0 View commit details
    Browse the repository at this point in the history
  15. Add more tests

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9a8f46b View commit details
    Browse the repository at this point in the history
  16. Fmt + lint

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a2d8d60 View commit details
    Browse the repository at this point in the history
  17. bikeshed

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    666260b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ee353f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    db0a0e0 View commit details
    Browse the repository at this point in the history
  20. Fmt

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    84449df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa6ea37 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9004f59 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    119b750 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7323af7 View commit details
    Browse the repository at this point in the history
  25. Fmt

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    808660b View commit details
    Browse the repository at this point in the history
  26. Fix output

    nathanwhit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4acfdaf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bdfd148 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    46d93c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Thread init cwd through

    nathanwhit committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1a277ec View commit details
    Browse the repository at this point in the history