@testspectra/cli 1.0.37 → 1.0.39

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.
@@ -291,7 +291,7 @@ export async function initCommand(options = {}) {
291
291
  }
292
292
  }
293
293
  // --- MONOREPO INTERACTIVE FLOW ---
294
- if (templateName === "nx" && (detectedProjects.length > 0 || isMonorepo)) {
294
+ if (templateName === "nx") {
295
295
  let chosenProjects = [];
296
296
  if (options.force) {
297
297
  chosenProjects = detectedProjects.map((p) => p.relPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testspectra/cli",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "TestSpectra Zero-Config Cross-Platform Test Runner CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",