@base44-preview/cli 0.0.17-pr.111.1ac2475 → 0.0.17-pr.111.e15ffa8
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 +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38192,7 +38192,11 @@ async function executeCreate({ template, name: rawName, description, projectPath
|
|
|
38192
38192
|
"-y",
|
|
38193
38193
|
"add-skill",
|
|
38194
38194
|
"base44/skills",
|
|
38195
|
-
"-y"
|
|
38195
|
+
"-y",
|
|
38196
|
+
"-s",
|
|
38197
|
+
"base44-cli",
|
|
38198
|
+
"-s",
|
|
38199
|
+
"base44-sdk"
|
|
38196
38200
|
], {
|
|
38197
38201
|
cwd: resolvedPath,
|
|
38198
38202
|
stdio: "inherit"
|