pre-flight
v2.0.0
Published
Ensure all core dependencies are up to date before `npm start`
Downloads
39,715
Readme
Pre Flight
An easy way to make sure your dependencies are up to date
Pre Flight is a simple utility to ensure that your dependencies are up to date
before running npm start
.
Simply add this script to your package.json
and let us handle the rest!
"scripts": {
"prestart": "pre-flight"
}