Update root lint commands

This commit is contained in:
willclarktech
2021-05-18 15:15:52 +02:00
parent 3eaa4089c9
commit 016fed45b3
+2 -2
View File
@@ -26,8 +26,8 @@
"format": "lerna run format",
"format-text": "prettier --write \"./*.md\" && lerna run format-text",
"format-shell": "shfmt -w scripts packages",
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
"lint": "yarn workspaces foreach run lint",
"lint-fix": "yarn workspaces foreach run lint-fix",
"test": "lerna run test",
"test-firefox": "lerna run test-firefox",
"test-chrome": "lerna run test-chrome",