Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Warn if archetype implements any npm lifecycle tasks #81

Open
3 tasks
coopy opened this issue Jan 26, 2016 · 0 comments
Open
3 tasks

Warn if archetype implements any npm lifecycle tasks #81

coopy opened this issue Jan 26, 2016 · 0 comments

Comments

@coopy
Copy link

coopy commented Jan 26, 2016

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.
ryan-roemer added a commit that referenced this issue Feb 5, 2016
* Add section on App vs. Archetype dependencies. Fixes #79
* Add note about avoiding npm lifecycle commands. #81
* Normalize casing of headings.
* Fix code examples.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants