in-publish icon indicating copy to clipboard operation
in-publish copied to clipboard

Add deprecation notice for npm@4 which has prepublishOnly

Open jrencz opened this issue 8 years ago • 1 comments

Since npm has the prepublish-on-onstall problem solved already let's guide people who (like me) found this package to a "native" solution.

Details: https://github.com/npm/npm/issues/10074

jrencz avatar Feb 01 '17 14:02 jrencz

Actually ran into an issue with Node 15, which it includes NPM 7. It looks like this wasn't working anymore and was running the pre-publish scripts that were being guarded by this script before

nschonni avatar Oct 22 '20 00:10 nschonni