Skip to content

Commit 2f3e88a

Browse files
committed
fix: fix create-plugins cli
1 parent 68b03e3 commit 2f3e88a

File tree

1 file changed

+1
-1
lines changed
  • adminforth/commands/createPlugin

1 file changed

+1
-1
lines changed

adminforth/commands/createPlugin/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async function installDependencies(ctx, cwd) {
158158
const customDir = ctx.customDir;
159159

160160
await Promise.all([
161-
await execa("pnpm", ["install", "--no-package-lock"], { cwd }),
161+
await execa("pnpm", ["install"], { cwd }),
162162
await execa("pnpm", ["install"], { cwd: customDir }),
163163
]);
164164
}

0 commit comments

Comments
 (0)