feature/pre-commit-checks #5
@ -13,7 +13,7 @@
|
|||||||
"build:frontend": "npm run build -w apps/frontend",
|
"build:frontend": "npm run build -w apps/frontend",
|
||||||
"test:backend": "npm run test -w apps/backend",
|
"test:backend": "npm run test -w apps/backend",
|
||||||
"test:frontend": "npm run test -w apps/frontend",
|
"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": "prettier --write \"**/*.{ts,tsx}\"",
|
||||||
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
|
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
|
||||||
"dev:docs": "npm run dev -w apps/docs",
|
"dev:docs": "npm run dev -w apps/docs",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user