Skip to content

Commit

Permalink
chore: color coding
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Sep 26, 2024
1 parent b46e063 commit b85a437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cy:run": "sh cypress/start_hyperswitch.sh && cypress run",
"local:cy:open": "cypress open",
"lint:hooks": "eslint src/ --max-warnings 0",
"dev": "concurrently -k \"npm run re:start\" \"npm run start\""
"dev": "concurrently --prefix-colors \"yellow,green\" \"npm run re:start\" \"npm run start\""
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b85a437

Please sign in to comment.