Commits

cueedee committed 0d2c82b8962
feat(generators/app/templates): transition to use `prepublishOnly` in favor of `prepublish` This is an npm@>=5 feature so also add an `engines` hint for it. As per this `npm@5` warning: > ``` > npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated. > npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only. > npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. > ```