这是indexloc提供的服务,不要输入任何密码
Skip to content

feat: throw when --scope returns an empty set #735

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

Merged
merged 5 commits into from
Feb 25, 2022
Merged

feat: throw when --scope returns an empty set #735

merged 5 commits into from
Feb 25, 2022

Conversation

ragrag
Copy link
Contributor

@ragrag ragrag commented Feb 13, 2022

Fix #716
Fix #653

This PR:

  • Makes turbo throw an error when no packages found matching the provided scope pattern
  • The default behaviour before was to run all packages.

@vercel
Copy link

vercel bot commented Feb 13, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/8RfZR1z6qiEe1dw64WkEBhZDXzPE
✅ Preview: https://turbo-site-git-fork-ragrag-main.vercel.sh

@jaredpalmer jaredpalmer added area: ergonomics Issues and features impacting the developer experience of using turbo kind: bug Something isn't working story and removed kind: bug Something isn't working labels Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ergonomics Issues and features impacting the developer experience of using turbo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throw an error when --scope returns empty set --scope should error if package does not exist
2 participants