Skip to content

Commit 383ada5

Browse files
say8425claude
andcommitted
chore: puppeteer 의존성 제거 및 빌드 훅 업데이트
- puppeteer를 프로젝트 의존성에서 제거 (스킬에서 임시 설치로 전환) - 파일 저장 훅에 자동 빌드 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eab6f9a commit 383ada5

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hooks": [
77
{
88
"type": "command",
9-
"command": "jq -r '.tool_input.file_path' | { read file_path; if echo \"$file_path\" | grep -qE '\\.(ts|tsx|js|jsx|json)$'; then bun biome check --write \"$file_path\" 2>/dev/null || true; fi; }"
9+
"command": "jq -r '.tool_input.file_path' | { read file_path; if echo \"$file_path\" | grep -qE '\\.(ts|tsx|js|jsx|json)$'; then bun biome check --write \"$file_path\" 2>/dev/null || true; bun run build 2>/dev/null || true; fi; }"
1010
}
1111
]
1212
}

bun.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@
2929
"lint": "biome check src/",
3030
"typecheck": "tsc --noEmit"
3131
},
32-
"type": "module",
33-
"dependencies": {}
32+
"type": "module"
3433
}

0 commit comments

Comments
 (0)