We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
execa
1 parent aaf7253 commit 6feb526Copy full SHA for 6feb526
lib/command.js
@@ -1,4 +1,4 @@
1
-import execa from "execa";
+import {execa} from "execa";
2
3
export default async function command(cmd) {
4
console.log(`$ ${cmd}`);
0 commit comments