nexscope 1.0.4 → 1.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexscope",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "NexScope CLI tool",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -138,7 +138,7 @@ async function run(args) {
138
138
  task: () => spawnAsync('npx', ['skills', 'add', SKILLS_REPO, '--skill', skillName, '-y', '--full-depth', ...dirFlags]),
139
139
  })),
140
140
  {
141
- concurrent: true,
141
+ concurrent: false,
142
142
  exitOnError: false,
143
143
  rendererOptions: { collapseErrors: false },
144
144
  }