This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 3c891c1c35e NO-ISSUE: Fix `jbpm-quarkus-devui` `start` script for
Windows (#2862)
3c891c1c35e is described below
commit 3c891c1c35ed50d95f4bec83a2f6e214f0d40d4f
Author: Daniel José dos Santos <[email protected]>
AuthorDate: Mon Jan 20 12:43:43 2025 -0300
NO-ISSUE: Fix `jbpm-quarkus-devui` `start` script for Windows (#2862)
Co-authored-by: Tiago Bento <[email protected]>
---
examples/process-compact-architecture/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/process-compact-architecture/package.json
b/examples/process-compact-architecture/package.json
index 90b98514ef3..d1576ea9535 100644
--- a/examples/process-compact-architecture/package.json
+++ b/examples/process-compact-architecture/package.json
@@ -24,7 +24,7 @@
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted
-Command",
"start": "run-script-os",
"start:darwin:linux": "mvn quarkus:dev -DskipTests -Pdevelopment",
- "start:win32": "mvn quarkus:dev `-DskipTests `-Pdevelopment",
+ "start:win32": "pnpm powershell mvn quarkus:dev `-DskipTests
`-Pdevelopment",
"startContainers": "run-script-os || pnpm run stopContainers",
"startContainers:darwin:linux": "mvn clean install -Pcontainer && cd
./docker-compose && sh startContainers.sh",
"startContainers:win32": "echo Running containers example is not supported
on Windows",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]