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