@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10118,7 +10118,7 @@ async function runConcurrentProcesses(options) {
|
|
|
10118
10118
|
function createIgniterWatcherProcess(options) {
|
|
10119
10119
|
return {
|
|
10120
10120
|
name: "Igniter",
|
|
10121
|
-
command: `npx @igniter-js/cli watch${options.debug ? " --debug" : ""}`,
|
|
10121
|
+
command: `npx @igniter-js/cli@latest generate schema --watch${options.debug ? " --debug" : ""}`,
|
|
10122
10122
|
color: PROCESS_COLORS.igniter,
|
|
10123
10123
|
cwd: options.cwd,
|
|
10124
10124
|
env: {
|