Cambalab / vue-admin

An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
GNU General Public License v3.0
132 stars 24 forks source link

Update npm prepublish script to prepare #185

Closed sgobotta closed 4 years ago

sgobotta commented 4 years ago

Is your feature request related to a problem? Please describe. Related to an npm warning

Output on npm-install:

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.

Describe the solution you'd like Update the script to use prepare

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. npm Documentation

sgobotta commented 4 years ago

Merged in #208