Simpler capacitor run command in NX setups #777
muuvmuuv
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just came up with this idea to simplify my NX capacitor run commands. It is required to install
npm-run-allcommand.In your package.json:
{ "scripts": { "cap": "npm-run-all \"nx run app:cap --cmd='{@}'\" --", "nx": "nx", } }In your apps project.json
Now you can simply run:
As usual ✨
Beta Was this translation helpful? Give feedback.
All reactions