adminforth 2.25.0-test.16 → 2.25.0-test.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -158,7 +158,7 @@ async function installDependencies(ctx, cwd) {
|
|
|
158
158
|
const customDir = ctx.customDir;
|
|
159
159
|
|
|
160
160
|
await Promise.all([
|
|
161
|
-
await execa("pnpm", ["install"
|
|
161
|
+
await execa("pnpm", ["install"], { cwd }),
|
|
162
162
|
await execa("pnpm", ["install"], { cwd: customDir }),
|
|
163
163
|
]);
|
|
164
164
|
}
|