remove format script

This commit is contained in:
Amruth Pillai
2025-11-04 12:35:11 +01:00
parent 1296e6bd45
commit 067fdd0921
2 changed files with 0 additions and 5 deletions

View File

@ -38,9 +38,6 @@ jobs:
- name: Lint
run: pnpm run lint
- name: Format
run: pnpm run format
- name: Test
run: pnpm run test

View File

@ -23,8 +23,6 @@
"start": "node dist/apps/server/main",
"lint": "nx run-many -t lint",
"lint:fix": "nx run-many -t lint --fix",
"format": "pnpm exec prettier -c --log-level error .",
"format:fix": "pnpm exec prettier -w --log-level error .",
"crowdin:sync": "crowdin push && crowdin pull",
"prisma:generate": "pnpm exec prisma generate",
"prisma:migrate": "pnpm exec prisma migrate deploy",