@igniter-js/cli 0.2.66 → 0.2.67

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
@@ -10107,7 +10107,7 @@ async function runConcurrentProcesses(options) {
10107
10107
  function createIgniterWatcherProcess(options) {
10108
10108
  return {
10109
10109
  name: "Igniter",
10110
- command: `npx @igniter-js/cli watch${options.debug ? " --debug" : ""}`,
10110
+ command: `npx @igniter-js/cli@latest generate schema --watch${options.debug ? " --debug" : ""}`,
10111
10111
  color: PROCESS_COLORS.igniter,
10112
10112
  cwd: options.cwd,
10113
10113
  env: {