EndangeredMassa / npub

publisher for node.js projects
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Extract ensure stage into it's own npub verify command #8

Closed abloom closed 9 years ago

abloom commented 9 years ago

For projects using coffeescript it's nice to be able to do the following in your package.json:

"scripts": {
  "pretest": "make build",
  "test": "echo 'some testing stuff!' && exit 0",
  "posttest": "npub verify"
},

This will catch any failures to build src or copy license headers from src to lib during the publish process.

This will cause a minor merge conflict with #7 that I'm happy to sort out. It shouldn't matter which order these get merged.

EndangeredMassa commented 9 years ago

Looks fine to me. Ping me after it's rebased.

abloom commented 9 years ago

@EndangeredMassa ping :)

EndangeredMassa commented 9 years ago

published in 0.1.0