@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.
- package/dist/index.js +1 -1
- 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)("
|
|
7346
|
+
(0, import_node_child_process2.execSync)("npm install", {
|
|
7347
7347
|
cwd: projectDir,
|
|
7348
7348
|
stdio: "inherit"
|
|
7349
7349
|
});
|