@base44-preview/cli 0.0.49-pr.452.970e277 → 0.0.49-pr.452.d405d21
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -250211,7 +250211,7 @@ async function listInstalledSkills(cwd) {
|
|
|
250211
250211
|
const { stdout } = await execa("npx", ["-y", "skills", "list", "--json"], {
|
|
250212
250212
|
cwd,
|
|
250213
250213
|
timeout: 3000,
|
|
250214
|
-
env: { CI: "1" }
|
|
250214
|
+
env: { ...process.env, CI: "1" }
|
|
250215
250215
|
});
|
|
250216
250216
|
const jsonStart = stdout.indexOf("[");
|
|
250217
250217
|
if (jsonStart === -1)
|
|
@@ -260280,4 +260280,4 @@ export {
|
|
|
260280
260280
|
CLIExitError
|
|
260281
260281
|
};
|
|
260282
260282
|
|
|
260283
|
-
//# debugId=
|
|
260283
|
+
//# debugId=CBDDB58DC64FA23E64756E2164756E21
|