Skip to content

Commit

Permalink
Colorize yarn workspace foreach command
Browse files Browse the repository at this point in the history
Why isn't this the default behavior
  • Loading branch information
Guy Carmeli committed May 22, 2024
1 parent a56ff0d commit 6e7ffec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"scripts": {
"test": "yarn workspaces foreach run test",
"lint": "yarn workspaces foreach run lint",
"build": "yarn workspaces foreach run build"
"test": "yarn workspaces foreach run test --colors",
"lint": "yarn workspaces foreach run lint --colors",
"build": "yarn workspaces foreach run build --colors"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 6e7ffec

Please sign in to comment.