We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://nx.dev/getting-started/tutorials/react-monorepo-tutorial#adding-another-application
The text says:
Note how we append --dry-run to first check the output.
--dry-run
But:
--dryRun
playwright
I'll be glad to send a PR with this correction.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation issue
Is there a specific documentation page you are reporting?
https://nx.dev/getting-started/tutorials/react-monorepo-tutorial#adding-another-application
Additional context or description
The text says:
But:
--dry-run
flag included in the command;--dryRun
; andplaywright
, which shows a wrong error message with also the wrong flag.playwright
doesn't supports the--dryRun
flag" would be good.I'll be glad to send a PR with this correction.
The text was updated successfully, but these errors were encountered: