Skip to content

Commit 7b38bfc

Browse files
author
Agent
committed
Skip language-service patch in CI prepare hook
1 parent 86aea5b commit 7b38bfc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
${{ runner.os }}-playwright-
4545
4646
- name: Install dependencies
47-
run: bun install --frozen-lockfile --ignore-scripts
47+
run: bun install --frozen-lockfile
4848

4949
- name: Verify Linux terminal PTY native dependency
5050
if: runner.os == 'Linux'
@@ -115,7 +115,7 @@ jobs:
115115
node-version-file: package.json
116116

117117
- name: Install dependencies
118-
run: bun install --frozen-lockfile --ignore-scripts
118+
run: bun install --frozen-lockfile
119119

120120
- name: Verify Windows terminal PTY native dependency under Bun
121121
run: bun scripts/node-pty-smoke.mjs
@@ -185,7 +185,7 @@ jobs:
185185
node-version-file: package.json
186186

187187
- name: Install dependencies
188-
run: bun install --frozen-lockfile --ignore-scripts
188+
run: bun install --frozen-lockfile
189189

190190
- name: Verify Synara identity
191191
run: bun run brand:check

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"prepare": "effect-language-service patch",
6+
"prepare": "node -e \"if (process.env.CI !== 'true' ) { const { execFileSync } = require('node:child_process'); execFileSync('effect-language-service', ['patch'], { stdio: 'inherit' }); }\"",
77
"claude-fast-mode-probe": "bun run claude-fast-mode-probe.ts",
88
"claude-haiku-thinking-probe": "bun run claude-haiku-thinking-probe.ts",
99
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)