Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [Feature request]: Publish package through github #9

Open
koustov opened this issue Jun 21, 2022 · 0 comments
Open

✨ [Feature request]: Publish package through github #9

koustov opened this issue Jun 21, 2022 · 0 comments
Assignees

Comments

@koustov
Copy link
Member

koustov commented Jun 21, 2022

Is your feature request related to a problem? Please describe.
Publish package through github instead of npm login

create-react-play is a npm package. This is currently getting published manually. It means, that after every merge, one needs run bellow steps to publish the package to npm repository

npm login

And run

npm publish

However, this is not the practical way of publishing a package that is still under development or maintenance cycle.

So the idea here is to create Github action to create the package automatically.

NOTE: An workflow already been configured (https://github.com/reactplay/create-react-play/blob/main/.github/workflows/npm-publish.yml) however doesn't seems to be working

Describe the solution you'd like
Update .npmrc and publish

Describe alternatives you've considered
NA

Additional context
NA

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

When branches are created from issues, their pull requests are automatically linked.

2 participants