tiagobento commented on code in PR #2862:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2862#discussion_r1919139551


##########
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": "mvn quarkus:dev -DskipTests -Pdevelopment",

Review Comment:
   An alternative solution would be 
   ```suggestion
       "start:win32": "pnpm powershell mvn quarkus:dev `-DskipTests 
`-Pdevelopment",
   ```
   
   We usually invoke powershell to be able to use the command substitution 
syntax `$()`



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