This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 3830b5d6 Temp workaround
3830b5d6 is described below

commit 3830b5d6be585b4c6d48f3e55946f4dad588042e
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Aug 18 14:49:53 2023 -0400

    Temp workaround
    
    https://github.com/patternfly/patternfly-react/issues/9466
---
 karavan-web/karavan-app/src/main/webui/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-web/karavan-app/src/main/webui/package.json 
b/karavan-web/karavan-app/src/main/webui/package.json
index 359446c9..d8192567 100644
--- a/karavan-web/karavan-app/src/main/webui/package.json
+++ b/karavan-web/karavan-app/src/main/webui/package.json
@@ -5,7 +5,7 @@
   "scripts": {
     "copy-designer": "cp -r ../../../../../karavan-designer/src/designer src 
&& cp -r ../../../../../karavan-designer/src/knowledgebase src",
     "start": "npm run copy-designer && react-scripts start",
-    "build": "npm run copy-designer && DISABLE_ESLINT_PLUGIN=true 
react-scripts build"
+    "build": "CI=false && npm run copy-designer && DISABLE_ESLINT_PLUGIN=true 
react-scripts build"
   },
   "proxy": "http://127.0.0.1:8080/";,
   "eslintConfig": {

Reply via email to