Skip to content

Commit

Permalink
refactor(execa): account for breaking change in execa
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Feb 3, 2025
1 parent 643e2eb commit 65219ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve } from "path";
import { template } from "lodash-es";
import execa from "execa";
import { execa } from "execa";

export default async function exec(
cmdProp,
Expand Down

0 comments on commit 65219ec

Please sign in to comment.