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 3de5cbd1a38 NO-ISSUE: Remove bin directory from
kogito-serverless-operator before install (#2290)
3de5cbd1a38 is described below
commit 3de5cbd1a3814bf011671c2e2d653cd1abec0863
Author: Thiago Lugli <[email protected]>
AuthorDate: Fri May 3 16:02:36 2024 -0300
NO-ISSUE: Remove bin directory from kogito-serverless-operator before
install (#2290)
---
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 f001fc03fc5..37d48b846f1 100644
--- a/packages/kogito-serverless-operator/package.json
+++ b/packages/kogito-serverless-operator/package.json
@@ -26,7 +26,7 @@
"image:build": "run-script-os",
"image:build:darwin:win32": "echo 'Image build not supported on Windows
and macOS'",
"image:build:linux": ".
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool
\"$(build-env containerImages.build)\" --then \"make container-build\"",
- "install": "go mod tidy && pnpm bump-version && pnpm format",
+ "install": "rimraf bin && go mod tidy && pnpm bump-version && pnpm format",
"test": "run-script-os",
"test-e2e": "run-script-os",
"test-e2e:darwin:win32": "echo 'E2E tests not supported on Windows and
macOS'",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]