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 eaf73233 Update DEV.md (#1150)
eaf73233 is described below
commit eaf73233b172c69182c50c51473df36ecfec3ced
Author: Praval jindal <[email protected]>
AuthorDate: Thu Feb 29 03:08:09 2024 +0530
Update DEV.md (#1150)
I've updated the path correctly. Previously, I was working with Karavan
version 4.3.0 and following the instructions from the development guide of
version 4.3.1, which led to the mistake. I apologize for the error.
---
docs/DEV.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/DEV.md b/docs/DEV.md
index f022f107..c092ffa0 100644
--- a/docs/DEV.md
+++ b/docs/DEV.md
@@ -55,9 +55,9 @@ Docker Engine 24+
1. Make the following change in package.json line 5-12 (needed only for
Windows)
```
"scripts": {
- "copy-designer": "xcopy
..\\..\\..\\..\\..\\karavan-designer\\src\\designer src\\designer /E/H/Y",
- "copy-knowledgebase": "xcopy
..\\..\\..\\..\\..\\karavan-designer\\src\\knowledgebase src\\knowledgebase
/E/H/Y",
- "copy-topology": "xcopy
..\\..\\..\\..\\..\\karavan-designer\\src\\topology src\\topology /E/H/Y",
+ "copy-designer": "xcopy ..\\..\\..\\..\\karavan-designer\\src\\designer
src\\designer /E/H/Y",
+ "copy-knowledgebase": "xcopy
..\\..\\..\\..\\karavan-designer\\src\\knowledgebase src\\knowledgebase /E/H/Y",
+ "copy-topology": "xcopy ..\\..\\..\\..\\karavan-designer\\src\\topology
src\\topology /E/H/Y",
"copy-code": " npm run copy-designer && npm run copy-knowledgebase &&
npm run copy-topology",
"start": "set PORT=3003 && npm run copy-code && react-scripts start",
"build": "npm run copy-code && DISABLE_ESLINT_PLUGIN=true react-scripts
build"