-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix(watch): watch command require tasks argument #9598
fix(watch): watch command require tasks argument #9598
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@takaebato is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Additional fixes for #9598 ### Description - Unified output texts from `some potential ones to run` to `some potential ones` across both run and watch commands when no tasks are provided. Let me know if there is a better way! - Added documentation and tests. ### Testing Instructions Added integration tests. Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Description
Testing Instructions