Skip to content

Commit 6feb526

Browse files
committed
fix: destruct execa when importing
1 parent aaf7253 commit 6feb526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import execa from "execa";
1+
import {execa} from "execa";
22

33
export default async function command(cmd) {
44
console.log(`$ ${cmd}`);

0 commit comments

Comments
 (0)