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 063acc90473 NO-ISSUE: Disable windows build:dev command for
kogito-serverless-operator (#2340)
063acc90473 is described below
commit 063acc90473c27d823806996433c944a9a1652e3
Author: Dmitrii Tikhomirov <[email protected]>
AuthorDate: Thu May 16 15:17:38 2024 -0700
NO-ISSUE: Disable windows build:dev command for kogito-serverless-operator
(#2340)
---
packages/kogito-serverless-operator/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/kogito-serverless-operator/package.json
b/packages/kogito-serverless-operator/package.json
index 63cdc230d6b..2dfe78eec18 100644
--- a/packages/kogito-serverless-operator/package.json
+++ b/packages/kogito-serverless-operator/package.json
@@ -15,7 +15,7 @@
"scripts": {
"build:dev": "run-script-os",
"build:dev:darwin:linux": ".
./node_modules/@kie-tools/python-venv/venv/bin/activate && make build && pnpm
image:build && pnpm format",
- "build:dev:win32":
".\\node_modules\\@kie-tools\\python-venv\\venv\\Scripts\\Activate.bat && make
build && pnpm image:build && pnpm format",
+ "build:dev:win32": "echo 'Build not supported on Windows'",
"build:prod": "run-script-os",
"build:prod:darwin:linux": ".
./node_modules/@kie-tools/python-venv/venv/bin/activate && make build && pnpm
image:build && pnpm test && pnpm test-e2e && pnpm format",
"build:prod:win32": "echo 'Build not supported on Windows'",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]