Skip to content

fix(ci): Pack the right package.json files#59

Merged
jbeyerstedt merged 1 commit into
mainfrom
fix/npm-packages
Jun 12, 2026
Merged

fix(ci): Pack the right package.json files#59
jbeyerstedt merged 1 commit into
mainfrom
fix/npm-packages

Conversation

@jbeyerstedt

Copy link
Copy Markdown
Collaborator

About this PR

The "-node" NPM package has a wrong package.json file (which includes "type": "module", even though no "type" should be present) because the CI build didn't remove the package.json.orig from the "web" build and just patched that.

With this PR the old files are removed before the package name is patched in the package.json file.

fixes #54

always use the newly generated package.json to be patched
@jbeyerstedt jbeyerstedt added the bug Something isn't working label Jun 11, 2026

@BendixBuchheister BendixBuchheister left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@jbeyerstedt jbeyerstedt merged commit 0fdd863 into main Jun 12, 2026
3 checks passed
@jbeyerstedt jbeyerstedt deleted the fix/npm-packages branch June 12, 2026 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot install the NPM Packages

2 participants