Skip to content

Commit 5a19baa

Browse files
committed
fix: add missing serializeCommand
1 parent 190b1f5 commit 5a19baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function toCommand(
173173
} else if (typeof task === 'string') {
174174
if (scripts[task] != null) {
175175
const runTaskWithAgent = getCommand(agent, 'run', [task])
176-
await $`${runTaskWithAgent}`
176+
await $`${serializeCommand(runTaskWithAgent)}`
177177
} else {
178178
await $`${task}`
179179
}

0 commit comments

Comments
 (0)