npm.io
0.5.1 • Published 5 years agoCLI

post-merge-install

Licence
MIT
Version
0.5.1
Deps
2
Size
10 kB
Vulns
0
Weekly
0

post-merge-install

npm All Contributors npm

Runs npm install/script post merge/rebase and when package.json or package-lock.json changes.

Install

npm install post-merge-install --save-dev

or globally as

npm install -g post-merge-install

Prerequisite

Usage

$ npx husky add .husky/post-merge 'post-merge-install "yarn install"'
$ npx husky add .husky/post-rebase 'post-merge-install "bolt install"'
Custom script

post-merge-install can be used with custom scripts as well.

$ post-merge-install 'yarn install'
$ post-merge-install 'lerna' 'bootstrap'
Options
Flag Description Details
--prompt Enables a confirmation prompt before installing packages if change in package.json or package-lock.json/yarn.lock is detected. By default post-merge-install automatically installs dependencies if a change is detected. Adding this flag enables a confirmation prompt asking if an npm install/script should be run.
Alias

You can also use the alias pmi instead of post-merge-install

Contributors

Thanks goes to these wonderful people (emoji key):

Aditi Mohanty
Aditi Mohanty

Dhruv Jain
Dhruv Jain

Abinav Seelan
Abinav Seelan

This project follows the all-contributors specification. Contributions of any kind welcome!


ClearTax