postinstall-postinstall
runs your app's postinstall on this lib's postinstall
Last updated 6 years ago by ds300 .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install postinstall-postinstall 
SYNC missed versions from official npm registry.

postinstall-postinstall

Run your app's postinstall npm script during this package's postinstall script.

Why

Yarn runs the postinstall script after yarn, yarn install and yarn add <package> but not after yarn remove <package>. If you add this package to your project, it will execute your project's postinstall hook even after a yarn remove <package>. This requires your postinstall script to be idempotent, because it will be run twice for yarn, yarn install, and yarn add <package>

Current Tags

  • 2.1.0                                ...           latest (6 years ago)

3 Versions

  • 2.1.0                                ...           6 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 3
Dependencies (0)
None
Dev Dependencies (1)
  • np ^2.20.1

Copyright 2013 - present © cnpmjs.org | Home |