You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
And run
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 publishDescribe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: