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

"--" not required for CLI flags in Yarn anymore #219

Closed
dispherical opened this issue Oct 25, 2024 · 0 comments · Fixed by #222
Closed

"--" not required for CLI flags in Yarn anymore #219

dispherical opened this issue Oct 25, 2024 · 0 comments · Fixed by #222

Comments

@dispherical
Copy link

When scaffolding a new project using npx sv create, it suggests that you run yarn run dev -- --open, but it seems like -- isn't really isn't needed anymore

warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.

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 a pull request may close this issue.

1 participant