Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Remove prepublish #18

Open
IgnusG opened this issue Oct 5, 2018 · 0 comments
Open

Remove prepublish #18

IgnusG opened this issue Oct 5, 2018 · 0 comments

Comments

@IgnusG
Copy link
Contributor

IgnusG commented Oct 5, 2018

While installing dependencies I received this message:

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.

prepare is already run after prepublish so the latter one could be removed.

· prepare:  Run  both  BEFORE  the  package is packed and published, and on local npm install without any arguments (See below). This is run
         AFTER prepublish, but BEFORE prepublishOnly.
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