Skip to content

[codex] keep dev deps installed#1

Merged
ChunkyMonkey11 merged 1 commit into
mainfrom
codex/keep-dev-deps
Jun 3, 2026
Merged

[codex] keep dev deps installed#1
ChunkyMonkey11 merged 1 commit into
mainfrom
codex/keep-dev-deps

Conversation

@ChunkyMonkey11
Copy link
Copy Markdown
Owner

What changed

  • Added .npmrc with include=dev so local installs keep devDependencies available.

Why

  • The repo’s dev script depends on tsx, and a pruned local install can leave node_modules/.bin/tsx missing.

Impact

  • Fresh clones can run npm install and then npm run dev without the missing-binary failure.

Validation

  • Ran npm install
  • Ran npm link
  • Verified npm run dev starts successfully with a minimal config
  • Verified GET /health returns OK

@ChunkyMonkey11 ChunkyMonkey11 marked this pull request as ready for review June 3, 2026 01:00
@ChunkyMonkey11 ChunkyMonkey11 merged commit bf99131 into main Jun 3, 2026
2 of 3 checks passed
@ChunkyMonkey11 ChunkyMonkey11 deleted the codex/keep-dev-deps branch June 3, 2026 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant