Skip to content

Commit b4bd31d

Browse files
devmgnclaude
andcommitted
chore: gitignore auto-generated mockServiceWorker.js
MSW postinstall auto-syncs public/mockServiceWorker.js via package.json "msw.workerDirectory", so the update-msw.yml workflow is redundant. Ignore the generated file and remove the workflow. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 2e76868 commit b4bd31d

4 files changed

Lines changed: 3 additions & 394 deletions

File tree

.claude/rules/ci.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ paths:
77

88
- `main` + feature branches, CI runs on non-main branches only
99
- **lint.yml**: `pnpm check`**test.yml**: `pnpm test:unit`**build.yml**: `pnpm build` + upload `.next/`
10-
- **update-msw.yml**: Auto-update MSW worker (Renovate bot only)
1110
- Shared setup: ubuntu-24.04, 10min timeout, `pnpm/action-setup@v6`, Node.js from `mise.toml`, copies `.env.development` to `.env.local`
1211
- `upload-artifact` requires `include-hidden-files: true` for `.next/`
1312
- Action versions pinned by commit SHA

.github/workflows/update-msw.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,6 @@ scripts/actionlint
236236

237237
# next-agents-md
238238
.next-docs/
239+
240+
# MSW (auto-generated by postinstall via package.json "msw.workerDirectory")
241+
/public/mockServiceWorker.js

0 commit comments

Comments
 (0)