gr2m / octokit-plugin-create-pull-request

Octokit plugin to create a pull request with multiple file changes
MIT License
104 stars 28 forks source link

fix(build): add script to fix `package.json` before publishing #127

Closed wolfy1339 closed 1 year ago

wolfy1339 commented 1 year ago

Resolves #124


Behavior

Before the change?

The released npm package is missing most of the files generated by the build step. dist-node, dist-types, dist-web... even though they are generated correctly.

After the change?

With the corrected file patterns, npm will publish all the necessary files again.

Other information

This is a mix of an issue with npm@v9 (https://github.com/npm/cli/issues/6164) and the fact we rely on pika for the build step. Pika has been archived since April 2022 so there is nothing we can do with Pika.


Additional info

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

If Yes, what's the impact:

Pull request type

Please add the corresponding label for change this PR introduces:


github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: