w3tecch / typeorm-seeding

🌱 A delightful way to seed test data into your database.
https://www.npmjs.com/package/typeorm-seeding
MIT License
887 stars 132 forks source link

Add npm secret #158

Open jorgebodega opened 2 years ago

jorgebodega commented 2 years ago

Npm secret is required on release system in order to deploy the package to npm registry.

Github package registry is already working with autogenerated secret.

hirsch88 commented 2 years ago

@jorgebodega just added you at npm as a maintainer. hope thats is what you need? Sorry for my delay

jorgebodega commented 2 years ago

Hi! Welcome back @hirsch88!

To be a maintainer at NPM is one of the steps, but I also need to be maintainer here to set some env variables, or maybe you can set it.

Also will be great if you can check on the work I've doing on the fork at https://github.com/jorgebodega/typeorm-seeding, trying to improve factories, some bugs... Do you think we can take those changes?