adminforth 1.15.0-next.21 → 1.15.0-next.22

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.
@@ -241,7 +241,7 @@ async function installDependencies(ctx, cwd) {
241
241
  const customDir = ctx.customDir;
242
242
 
243
243
  await Promise.all([
244
- await execa('npm', ['install', '--no-package-lock'], { cwd }),
244
+ await execa('npm', ['install'], { cwd }),
245
245
  await execa('npm', ['install'], { cwd: customDir }),
246
246
  ]);
247
247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.15.0-next.21",
3
+ "version": "1.15.0-next.22",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",