Skip to content

Commit

Permalink
Update DEV.md (#1150)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Praval791 committed Feb 28, 2024
1 parent 35bd2d3 commit eaf7323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eaf7323

Please sign in to comment.