Replies: 2 comments 2 replies
-
Our team also use pnpm and use bash scripts everywhere. For us Nx defaults to using I've found that using For anyone wanting to go this route here is a simple example:
|
Beta Was this translation helpful? Give feedback.
-
We would also like to be able to customize the shell used by nx:run-commands without having to use |
Beta Was this translation helpful? Give feedback.
-
We are using pnpm and have script-shell configured to use git bash on Windows. This allows us to use common bash syntax in package.json scripts even on Windows.
nx:run-commands executor seems to always use cmd.exe to run dependent tasks defined by task pipeline, which does not work with our scripts. So we would like to configure shell to use git bash.
Is there any way to configure the shell used by nx:run-commands executor?
Beta Was this translation helpful? Give feedback.
All reactions