Ensure all core dependencies are up to date before `npm start`
npm install pre-flightPre 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!
``json``
"scripts": {
"prestart": "pre-flight"
}