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

wish: yarn run should include the commands that project commands would run #2194

Closed
markstos opened this issue Dec 8, 2016 · 2 comments · Fixed by #2215
Closed

wish: yarn run should include the commands that project commands would run #2194

markstos opened this issue Dec 8, 2016 · 2 comments · Fixed by #2215

Comments

@markstos
Copy link
Contributor

markstos commented Dec 8, 2016

Do you want to request a feature or report a bug?

feature.

What is the current behavior?

$ yarn run
yarn run v0.17.8
[...]
info Project commands
   - start
   - test

If the current behavior is a bug, please provide the steps to reproduce.

What is the expected behavior?

Desired behavior is show the commands that the project commands would run. npm run does this and it's helpful:

$ yarn run
yarn run v0.17.8
error No command specified.
[...]
info Project commands
   - start
        node server.js 
   - test
       gulp test-backend --no-bail

Please mention your node.js, yarn and operating system version.

N/A.

@torifat
Copy link
Member

torifat commented Dec 10, 2016

@sotojuan I don't think it has to be exactly like the example, as long as we can keep it clean & readable.

UPDATE: Sorry, I'm late. You have already done it.

@sotojuan
Copy link
Contributor

Yeah, added and removed my comment, sorry ^^

wyze pushed a commit that referenced this issue Dec 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants