Update root lint commands
This commit is contained in:
parent
3eaa4089c9
commit
016fed45b3
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user