Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

npm `prepublish` scripts are deprecated #186

Closed aslafy-z closed 5 years ago

aslafy-z commented 5 years ago

As of npm@5, prepublish scripts are deprecated.

Use prepare hook instead to keep the current behavior. However I recommend using the prepublishOnly hook to build the project only before publishing, and not after each npm install runs.