ricardozanini commented on code in PR #2573:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2573#discussion_r1755276800


##########
packages/sonataflow-management-console-image/package.json:
##########
@@ -15,6 +15,10 @@
   "scripts": {
     "build:dev": "pnpm cleanup && pnpm env-json:schema:generate && pnpm 
copy:assets && run-script-if --bool \"$(build-env containerImages.build)\" 
--then \"pnpm image:docker:build\"",
     "build:prod": "pnpm cleanup && pnpm env-json:schema:generate && pnpm 
copy:assets && run-script-if --bool \"$(build-env containerImages.build)\" 
--then \"pnpm image:docker:build\"",
+    "cekit:build": "pnpm cleanup && pnpm env-json:schema:generate && pnpm 
copy:assets && cekit:copy && pnpm cekit:setup:env && make -C ./dist-dev build",
+    "cekit:copy": "run-script-os",
+    "cekit:copy:linux:darwin": "rimraf dist-dev && cp -R 
./node_modules/@kie-tools/sonataflow-image-common/resources ./dist-dev/ && cp 
-R resources/* ./dist-dev/",

Review Comment:
   This is a WIP, the final package.js won't be like that.



-- 
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