Skip to content

fix(release): remove fragile package size check#96

Merged
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:fix/remove-fragile-package-size-check
Apr 29, 2026
Merged

fix(release): remove fragile package size check#96
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:fix/remove-fragile-package-size-check

Conversation

@simongdavies
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 29, 2026 14:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a fragile npm package size gate from the release publish workflow, simplifying packaging in the pack-npm job before the tarball is uploaded and later published.

Changes:

  • Deleted the “Check npm package size” step that computed unpackedSize via npm pack --dry-run --json and enforced a 300MB limit.
  • Leaves the packaging flow as: npm pack → upload *.tgz artifact → publish from GitHub-hosted runner.

@simongdavies simongdavies merged commit 1656c7b into hyperlight-dev:main Apr 29, 2026
16 checks 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.

2 participants