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

Tell NPM to symlink bin on installation #1

Merged
merged 1 commit into from Jan 29, 2016

Conversation

lostthetrail
Copy link

Adding this line will allow you to use the executable directly in npm scripts.

{
  "server:start": "just-wait -p \"myWebpackOutput/**\" && nodemon myWebpackOutput/server.js"
}

https://docs.npmjs.com/files/folders#executables

@Download Let me know if this doesn't all make sense.

@lostthetrail
Copy link
Author

@RickWong You might like this as well, since it will clean up your scripts a touch.

@Download
Copy link
Owner

Ah that was the missing piece of the puzzle! Thank you very much, will merge shortly.

Download added a commit that referenced this pull request Jan 29, 2016
Tell NPM to symlink bin on installation
@Download Download merged commit ed4e76c into Download:master Jan 29, 2016
Download added a commit that referenced this pull request Jan 29, 2016
Special thanks to [Mark Reynolds](https://github.com/lostthetrail) for making all our lives easier with his [contribution](#1).
@Download
Copy link
Owner

Released as v1.0.4.

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.

None yet

2 participants