mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
remove format script
This commit is contained in:
3
.github/workflows/lint-test-build.yml
vendored
3
.github/workflows/lint-test-build.yml
vendored
@ -38,9 +38,6 @@ jobs:
|
||||
- name: Lint
|
||||
run: pnpm run lint
|
||||
|
||||
- name: Format
|
||||
run: pnpm run format
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user