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

Preferentially Execute Local wp-env #50980

Merged
merged 7 commits into from
May 26, 2023
Merged

Commits on May 25, 2023

  1. Preferentially Execute Local wp-env

    Instead of always running the chosen version of `wp-env`
    we are going to try and find a local version in the current
    directory. This prevents the global `wp-env` from being
    used when a different local version is expected.
    ObliviousHarmony committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ccef1f7 View commit details
    Browse the repository at this point in the history
  2. Changelog

    ObliviousHarmony committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f44e63a View commit details
    Browse the repository at this point in the history
  3. Documentation Update

    ObliviousHarmony committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a06252f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dbf5e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32890b1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update packages/env/README.md

    Co-authored-by: Noah Allen <[email protected]>
    ObliviousHarmony and noahtallen authored May 26, 2023
    Configuration menu
    Copy the full SHA
    b1baba3 View commit details
    Browse the repository at this point in the history
  2. Replaced Local Path Resolution

    This changes the path resolution to use Node's
    module resolution algorithm to be consistent with
    other usages of Node CLI tools.
    ObliviousHarmony committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c359fd4 View commit details
    Browse the repository at this point in the history