Update root lint commands

This commit is contained in:
willclarktech 2021-04-27 18:04:57 +02:00
parent 3eaa4089c9
commit 016fed45b3
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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",