Skip to content

Commit

Permalink
Merge pull request #403 from semantic-release/renovate/execa-9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
travi authored Feb 3, 2025
2 parents 050d157 + 65219ec commit 85c7a1a
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 404 deletions.
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
Loading

0 comments on commit 85c7a1a

Please sign in to comment.