Skip to content

Commit

Permalink
Add processes' names and colors in concurrently start command (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCorrea authored Apr 5, 2023
1 parent 97bdaf4 commit a447344
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 @@ -9,7 +9,7 @@
"fe:test": "yarn --cwd fe test",
"fe:build": "yarn --cwd fe build",
"be:server": "node ./be/server.js",
"dev": "concurrently \"yarn fe:start\" \"yarn be:server\"",
"dev": "concurrently --names \"FE,BE\" -c \"bgBlue.bold,bgMagenta.bold\" \"yarn fe:start\" \"yarn be:server\"",
"test:integration": "cypress run",
"test": "yarn && node scripts/test-suite.mjs",
"prepare": "husky install"
Expand Down

0 comments on commit a447344

Please sign in to comment.