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(scripts): Use NPM path resolution over custom paths to binaries #146

Merged
merged 1 commit into from
Aug 8, 2017

Conversation

AntJanus
Copy link
Collaborator

@AntJanus AntJanus commented Aug 7, 2017

The ./node_modules/.bin works fine; however, it's preferred to use npm bin. Unfortunately \npm bin`doesn't work on Windows machines so I'm switching to just using the binaries directly. The upside of doing that is that NPM automatically prepends PATH with./node_modules/.bin` contents so there is no reason to refer to them directly.

@AntJanus AntJanus added this to the 3.5.0 milestone Aug 7, 2017
Copy link
Collaborator

@deini deini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@AntJanus AntJanus merged commit 90abd7d into master Aug 8, 2017
@AntJanus AntJanus deleted the chore/update-npm-scripts branch August 8, 2017 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants