Update root format commands

This commit is contained in:
willclarktech
2021-05-18 15:15:52 +02:00
parent 97ca7dadf7
commit 59179add56
+2 -2
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",