@igniter-js/cli 0.2.64 → 0.2.65

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.mjs CHANGED
@@ -20160,7 +20160,7 @@ program.command("dev").description("Start development mode with framework and Ig
20160
20160
  const docsFlags = ` --docs --docs-output ${options.docsOutput}`;
20161
20161
  processes.push({
20162
20162
  name: "Igniter",
20163
- command: `igniter generate schema --watch --framework ${framework} --output ${options.output}${docsFlags}`,
20163
+ command: `npx @igniter-js/cli@latest generate schema --watch --framework ${framework} --output ${options.output}${docsFlags}`,
20164
20164
  color: "blue",
20165
20165
  cwd: process.cwd()
20166
20166
  });