builder icon indicating copy to clipboard operation
builder copied to clipboard

Warn if archetype implements any `npm` lifecycle tasks

Open coopy opened this issue 9 years ago • 0 comments

See: https://docs.npmjs.com/misc/scripts

  • test
  • start
  • preinstall
  • postinstall
  • preversion
  • postversion
  • etc

Task:

  • [ ] Implement warning in builder or maybe builder-support
  • [ ] Scour and fix all of our existing archetypes that have these (we've definitely got test lurking around).

Additional use cases:

  • [ ] Want to use prepublish or something, in an archetype. Should switch above implementation to ignore the npm lifecycle commands.

coopy avatar Jan 26 '16 19:01 coopy