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.
1 parent 6feb526 commit c4a9b6cCopy full SHA for c4a9b6c
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