stackblitz-labs / pkg.pr.new

Continuous (Preview) Releases for your libraries!
https://pkg.pr.new
MIT License
913 stars 36 forks source link

Wildcard machtes all folders, not just npm packages #116

Closed hanspagel closed 3 months ago

hanspagel commented 3 months ago

Hey, what a great tool! 🌟 We’d like to use it for https://github.com/scalar/scalar, see the PR here: https://github.com/scalar/scalar/pull/2310

We have a bunch of packages, not all are on npm. Some are for Python or other languages. Running npx pkg-pr-new publish ./packages/* is super convenient, but it tries to publish non-npm packages, too.

Would be great if we could check the folder for a package.json or something.

Failed Run: https://github.com/scalar/scalar/actions/runs/9713285552/job/26809740331

Error: ENOENT: no such file or directory, open '/home/runner/work/scalar/scalar/packages/scalar.aspnetcore/package.json'

Aslemammad commented 3 months ago

Sure! Let me take a look.

Thank you so much for the kind words!

Aslemammad commented 3 months ago

Just released pkg-pr-new@0.0.10