chore: update root lint script to cover both workspaces
This commit is contained in:
parent
515e59600f
commit
6a7706f7be
@ -13,7 +13,7 @@
|
||||
"build:frontend": "npm run build -w apps/frontend",
|
||||
"test:backend": "npm run test -w apps/backend",
|
||||
"test:frontend": "npm run test -w apps/frontend",
|
||||
"lint": "npm run lint -w apps/backend",
|
||||
"lint": "npm run lint -w apps/backend && npm run lint -w apps/frontend",
|
||||
"format": "prettier --write \"**/*.{ts,tsx}\"",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
|
||||
"dev:docs": "npm run dev -w apps/docs",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user