mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fix(docker): remove prebuild lint check from docker (#1681)
This commit is contained in:
3
.github/workflows/test-build.yml
vendored
3
.github/workflows/test-build.yml
vendored
@@ -26,6 +26,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Lint code
|
||||
run: bun run lint:check
|
||||
|
||||
- name: Run tests with coverage
|
||||
env:
|
||||
NODE_OPTIONS: '--no-warnings'
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
"lint:all": "bun run lint && bun run lint:helm",
|
||||
"check": "bunx biome check --files-ignore-unknown=true",
|
||||
"prepare": "bun husky",
|
||||
"prebuild": "bun run lint:check",
|
||||
"type-check": "turbo run type-check",
|
||||
"release": "bun run scripts/create-single-release.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user