drone-plugins / drone-npm

Drone plugin for publishing packages to NPM
http://plugins.drone.io/drone-plugins/drone-npm
Apache License 2.0
20 stars 18 forks source link

Sanity check the folder location #49

Closed donny-dont closed 4 years ago

donny-dont commented 5 years ago

Verify that the folder specified exists and that a package.json is present. If its not there may be silent errors when trying to publish things.

donny-dont commented 4 years ago

Fixed in https://github.com/drone-plugins/drone-npm/pull/54 which verifies the file is there and prints an error accordingly.