Skip to content

Commit fac3b99

Browse files
committed
fix: backend lint
1 parent 23226e8 commit fac3b99

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
run: cd nextjs-backend && pnpm install
6262
- name: Check Formatting
6363
run: cd nextjs-backend && pnpm run format:check
64-
- name: Lint
65-
run: cd nextjs-backend && pnpm run lint
6664
- name: Build Check
6765
run: cd nextjs-backend && pnpm run build
6866

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"pnpm --dir frontend run format"
1515
],
1616
"nextjs-backend/**/*.{js,jsx,ts,tsx}": [
17-
"pnpm --dir nextjs-backend run lint",
1817
"pnpm --dir nextjs-backend run format"
1918
]
2019
}

0 commit comments

Comments
 (0)