builder
builder copied to clipboard
Warn if archetype implements any `npm` lifecycle tasks
See: https://docs.npmjs.com/misc/scripts
teststartpreinstallpostinstallpreversionpostversionetc
Task:
- [ ] Implement warning in
builderor maybebuilder-support - [ ] Scour and fix all of our existing archetypes that have these (we've definitely got
testlurking around).
Additional use cases:
- [ ] Want to use
prepublishor something, in an archetype. Should switch above implementation to ignore the npm lifecycle commands.