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

Return error code / wire commands directly #28

Merged
merged 5 commits into from Apr 16, 2019
Merged

Conversation

vgrichina
Copy link
Contributor

@vgrichina vgrichina commented Apr 12, 2019

Resolve #23
Resolve #4

@@ -1,9 +1,16 @@
#!/usr/bin/env node

const gulp = require('gulp');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we still do command line near .... after near -> bin/near?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@janedegtiareva do you mean whether it is in PATH when installed by npm? It's specified by bin config in package.json, I changed path there as well.

@vgrichina vgrichina merged commit 1b42e67 into master Apr 16, 2019
@janedegtiareva janedegtiareva deleted the return-error-code branch June 10, 2020 18:56
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.

Return non-zero exit code on failure Allow using without gulp
2 participants