bf-skills 1.3.1 → 1.3.2
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.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -332,7 +332,7 @@ async function runInstall(source, opts) {
|
|
|
332
332
|
(a) => isGlobal ? path4.join(os3.homedir(), a.globalPath) : path4.join(process.cwd(), a.projectPath)
|
|
333
333
|
)
|
|
334
334
|
);
|
|
335
|
-
if (!opts.yes && !opts.agent
|
|
335
|
+
if (!opts.yes && !opts.agent) {
|
|
336
336
|
const modeChoice = await p.select({
|
|
337
337
|
message: "Installation method",
|
|
338
338
|
options: [
|