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
Hi! Npm 7 now supports the similar concept for workspaces.
wsrun
I tried to use a shell script with --bin option to use npm's run. It seems working, but not convenient:
--bin
npm-run.sh
#!/bin/sh npm run "$@"
usage:
npx wsrun --bin="$(pwd)/npm-run.sh" -m -c clean
The text was updated successfully, but these errors were encountered:
Honestly I just tried it and it seems like it works fine for me 🤷...YMMV.
Sorry, something went wrong.
No branches or pull requests
Hi! Npm 7 now supports the similar concept for workspaces.
wsrun
is bound with yarn?I tried to use a shell script with
--bin
option to use npm's run. It seems working, but not convenient:npm-run.sh
usage:
npx wsrun --bin="$(pwd)/npm-run.sh" -m -c clean
The text was updated successfully, but these errors were encountered: