Skip to content

Commit 3a0019b

Browse files
authored
fix(docker): remove prebuild lint check from docker (#1681)
1 parent a6122f2 commit 3a0019b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: bun install --frozen-lockfile
2828

29+
- name: Lint code
30+
run: bun run lint:check
31+
2932
- name: Run tests with coverage
3033
env:
3134
NODE_OPTIONS: '--no-warnings'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"lint:all": "bun run lint && bun run lint:helm",
2323
"check": "bunx biome check --files-ignore-unknown=true",
2424
"prepare": "bun husky",
25-
"prebuild": "bun run lint:check",
2625
"type-check": "turbo run type-check",
2726
"release": "bun run scripts/create-single-release.ts"
2827
},

0 commit comments

Comments
 (0)