We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b148a6 commit 64958adCopy full SHA for 64958ad
1 file changed
packages/devtools-kit/src/index.ts
@@ -50,6 +50,7 @@ export function startSubprocess(
50
{
51
nodeOptions: {
52
...execaOptions.nodeOptions,
53
+ cwd: execaOptions.cwd ?? execaOptions.nodeOptions?.cwd,
54
env: {
55
...process.env,
56
COLORS: 'true',
0 commit comments