-
Notifications
You must be signed in to change notification settings - Fork 30
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
problem with binary #46
Comments
Have you added the binaries to the |
@dlebedynskyi Try this:
"bin": {
"test": "script/test.js",
"test-hello": "script/test-hello.js"
} and the most important part is running |
@ntwcklng thanks. this actually helps |
due to this
https://github.com/leo/args/blob/master/src/index.js#L312
for case when you have your command in folder like
with
it will fail to find command with
test.js-hello
.The text was updated successfully, but these errors were encountered: