@buiducnhat/agent-skills 0.5.6 → 0.5.7
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2251,8 +2251,7 @@ async function runSkillsAdd(projectDir, agents, copy = false, global = false) {
|
|
|
2251
2251
|
return new Promise((resolve) => {
|
|
2252
2252
|
const child = spawn("npx", args, {
|
|
2253
2253
|
cwd: projectDir,
|
|
2254
|
-
stdio: "inherit"
|
|
2255
|
-
shell: true
|
|
2254
|
+
stdio: "inherit"
|
|
2256
2255
|
});
|
|
2257
2256
|
child.on("close", (code) => {
|
|
2258
2257
|
resolve({ success: code === 0 });
|