Skip to content

Commit 65219ec

Browse files
committed
refactor(execa): account for breaking change in execa
1 parent 643e2eb commit 65219ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/exec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { resolve } from "path";
22
import { template } from "lodash-es";
3-
import execa from "execa";
3+
import { execa } from "execa";
44

55
export default async function exec(
66
cmdProp,

0 commit comments

Comments
 (0)