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

Ensure npm run is being called instead of npx run #94

Merged
merged 2 commits into from
Nov 9, 2022
Merged

Ensure npm run is being called instead of npx run #94

merged 2 commits into from
Nov 9, 2022

Commits on Oct 28, 2022

  1. Add a proper check for yarn

    Before, `isYarn` would be false if you ran yarn using `npx`.
    MarmadileManteater committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    bb41ef6 View commit details
    Browse the repository at this point in the history
  2. Use NPM_CLI_JS over npm_execpath

    npm_execpath points to npx if you are
    running this inside of npx
    MarmadileManteater committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0224167 View commit details
    Browse the repository at this point in the history