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
manypkg exec
The "official" monorepo-starter uses manypkg exec but there's nothing in this project that mentions this command or the power it enables.
Enables things like this:
"clean": "manypkg exec rm -rf node_modules && manypkg exec rm -rf dist && rm -rf node_modules",
The text was updated successfully, but these errors were encountered:
Thinkmill#44: Add reference to manypkg exec to readme
eca953a
#44: Add reference to manypkg exec to readme (#45)
447c580
* #44: Add reference to `manypkg exec` to readme * Create curly-boxes-promise.md
Successfully merging a pull request may close this issue.
The "official" monorepo-starter uses
manypkg exec
but there's nothing in this project that mentions this command or the power it enables.Enables things like this:
The text was updated successfully, but these errors were encountered: