JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1211
  • Score
    100M100P100Q117281F
  • License MIT

A hook to run 'npm install/script' post-merge via husky 🐶

Package Exports

  • post-merge-install

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (post-merge-install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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