thiagoelg commented on code in PR #3152:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3152#discussion_r2103108017


##########
packages/sonataflow-operator/package.json:
##########
@@ -28,8 +28,11 @@
     "image:build:darwin:linux": ". 
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool 
\"$(build-env containerImages.build)\" --then \"make container-build\"",
     "image:build:win32": "echo 'Image build not supported on Windows'",
     "image:bundle:build": "run-script-os",
-    "image:bundle:build:darwin:win32": "echo 'Build Operator bundle image not 
supported on Windows and macOS'",
-    "image:bundle:build:linux": ". 
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool 
\"$(build-env containerImages.build)\" --then \"make bundle bundle-build\"",
+    "image:bundle:build:darwin:linux": ". 
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool 
\"$(build-env containerImages.build)\" --then \"make bundle bundle-build\"",
+    "image:bundle:build:win32": "echo 'Build Operator bundle image not 
supported on Windows'",
+    "image:catalog:build": "run-script-os",

Review Comment:
   Is this being called by `build:dev` or `build:prod`? Or is it just a command 
to be used during development?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to