• Robert Knight's avatar
    Speed up npm dependency checking when running 'make dev' · a2976304
    Robert Knight authored
    When package.json changes, use 'check-dependencies' to do
    a lightweight offline-only check of whether the installed
    packages match the versions specified in package.json
    before running the much slower 'npm install' to actually
    install any missing dependencies.
    a2976304
Analyzing file…
package.json 3.31 KB