Skip to content

fix: install deps in publish workflow - #64

Merged
graphanov merged 1 commit into
mainfrom
fix/publish-workflow-install-deps
Jun 29, 2026
Merged

fix: install deps in publish workflow#64
graphanov merged 1 commit into
mainfrom
fix/publish-workflow-install-deps

Conversation

@graphanov

Copy link
Copy Markdown
Owner

Summary

  • Install development dependencies in the trusted-publishing workflow before running npm test / npm pack.
  • Set rootDir: "./src" in tsconfig.json so the TypeScript output layout is explicit and compatible with the TS6 rootDir check surfaced by the failed publish run.

Verification

  • npm install --no-package-lock
  • npm run typecheck
  • npm test — 445 pass / 0 fail
  • node bin/lazyglm.js --versionlazyglm 0.2.0
  • npm pack --dry-run --json — 58 files, distSrcCount=0, CLI/bin present
  • git diff --check

Unblocks #62.

@graphanov

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: 562c7f9ff1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@graphanov
graphanov merged commit 70ed9e4 into main Jun 29, 2026
1 check passed
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