Replies: 1 comment 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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