-
-
Notifications
You must be signed in to change notification settings - Fork 32
Issues with version 1.0.1 release #53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
The cause was that the dist/*.js files remained on my local PC. |
Would be great if we add more testing and automate the releases via a GitHub action. If you generated a PAT from NPM and with publish writes to NPM and set it as a build secret called NPM_TOKEN I can setup the GitHub actions to publish the package. If we also want to publish to GitHub then we will need a separate token I believe called GH_TOKEN (not 100% sure if that one is needed or is already added) |
I have already implemented CI-based automatic releases in another project, so I'll give it a try. |
The automated release has now been implemented and is working well. |
There is a broken path to the bin executable in the version 1.0.1 release.
Here openapi-react-query-codegen
The package.json bin should point to
dist/cli.mjs
instead ofdist/cli.js
The text was updated successfully, but these errors were encountered: