fix: disable husky during CI build

This commit is contained in:
Developer
2026-02-15 19:40:28 +00:00
parent 3e96a41e39
commit 816e72fb03

View File

@@ -30,6 +30,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: bun install run: bun install
working-directory: opencode working-directory: opencode
env:
HUSKY: 0
- name: Build CLI - name: Build CLI
run: bun run ./packages/opencode/script/build.ts --single run: bun run ./packages/opencode/script/build.ts --single