Update root format commands

This commit is contained in:
willclarktech 2021-04-27 18:42:41 +02:00
parent 97ca7dadf7
commit 59179add56
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -23,8 +23,8 @@
"packages/*"
],
"scripts": {
"format": "lerna run format",
"format-text": "prettier --write \"./*.md\" && lerna run format-text",
"format": "yarn workspaces foreach run format",
"format-text": "prettier --write \"./*.md\" && yarn workspaces foreach run format-text",
"format-shell": "shfmt -w scripts packages",
"lint": "yarn workspaces foreach run lint",
"lint-fix": "yarn workspaces foreach run lint-fix",