@lark-apaas/openclaw-dev-cli 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7343,7 +7343,7 @@ Available: ${TEMPLATE_TYPES.join(", ")}`
7343
7343
  });
7344
7344
  if (!options.skipInstall) {
7345
7345
  console.log("\nInstalling dependencies...");
7346
- (0, import_node_child_process2.execSync)("pnpm install", {
7346
+ (0, import_node_child_process2.execSync)("npm install", {
7347
7347
  cwd: projectDir,
7348
7348
  stdio: "inherit"
7349
7349
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-dev-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI tool for OpenClaw development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {