Skip to content

Commit ad74236

Browse files
committed
chore(bin): run dry runs in shell mode unless otherwise specified
1 parent dd802ee commit ad74236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function cmd(timeout, ...commands) {
125125
: process.platform !== "win32",
126126
shell: process.env.WITSDK_DRY_RUN_SHELL
127127
? Boolean(process.env.WITNET_SDK_DRY_RUN_SHELL === "true")
128-
: process.platform === "win32",
128+
: true,
129129
stdio: ["ignore", "pipe", "pipe"],
130130
env: {
131131
...process.env,

0 commit comments

Comments
 (0)