if [ -z "$(which lint-staged)" ]; then
    echo 'Running package manager install'
    ./npmw install
fi

lint-staged
