Skip to content

osrl/postinstall-postinstall

This branch is 1 commit ahead of, 2 commits behind ds300/postinstall-postinstall:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 25, 2019
0c76926 · Nov 25, 2019

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%