Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
/ npm-install-changed Public archive

Only run 'npm install' if dependencies changed

License

Notifications You must be signed in to change notification settings

oNaiPs/npm-install-changed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-install-changed

Speed up your CI node builds by only running npm install when dependencies changed.

version downloads MIT License


Installation

$ npm install -g npm-install-changed

Usage

In the root folder of your node project run:

npm-install-changed

instead of the usual npm install

Arguments

Use --bower for bower package manager. To do recursive checking on dependencies, use --recursive. Use --prune to remove unused dependencies after running install.

License

MIT License 2016 © Jose Pereira

About

Only run 'npm install' if dependencies changed

Resources

License

Stars

Watchers

Forks

Packages

No packages published