Skip to content

Add missing TypeScript dev dependency - #2

Open
120850853 wants to merge 2 commits into
offthehook-implication870:mainfrom
120850853:codex/add-typescript-dev-dependency
Open

Add missing TypeScript dev dependency#2
120850853 wants to merge 2 commits into
offthehook-implication870:mainfrom
120850853:codex/add-typescript-dev-dependency

Conversation

@120850853

Copy link
Copy Markdown

Summary

  • add TypeScript as a devDependency so the existing npm run build script can resolve tsc after a clean install
  • refresh package-lock.json to match package.json while adding TypeScript

Reproduction before this change

From a clean checkout:

npm ci --ignore-scripts --no-audit --no-fund
npm run build

The build fails with:

sh: tsc: command not found

npm ls typescript also reports an empty tree.

Validation

rm -rf node_modules
npm ci --ignore-scripts --no-audit --no-fund
npm run build
npm test
git diff --check

All commands pass on this branch.

@offthehook-implication870
offthehook-implication870 force-pushed the main branch 28 times, most recently from 5df93f6 to 17ec107 Compare June 12, 2026 07:43
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.

2 participants