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", "--no-package-lock"], { cwd }),
161
+ await execa("pnpm", ["install"], { cwd }),
162
162
  await execa("pnpm", ["install"], { cwd: customDir }),
163
163
  ]);
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.25.0-test.16",
3
+ "version": "2.25.0-test.17",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",