Skip to content

Commit

Permalink
Fix workspaces commands for yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 18, 2024
1 parent d7479f9 commit bdea636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"scripts": {
"build": "yarn workspace excavator-script run build",
"format": "yarn workspaces run format && yarn prettier --write .github",
"lint": "yarn workspaces run lint && yarn prettier --check .github",
"format": "yarn workspaces foreach -Ap run format && yarn prettier --write .github",
"lint": "yarn workspaces foreach -Ap run lint && yarn prettier --check .github",
"etl": "yarn workspace excavator-web run etl"
},
"engines": {
Expand Down

0 comments on commit bdea636

Please sign in to comment.