Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cKurultayKalkan/5daccffb8941e618f9e95e83601be080 to your computer and use it in GitHub Desktop.

Select an option

Save cKurultayKalkan/5daccffb8941e618f9e95e83601be080 to your computer and use it in GitHub Desktop.
find . -name .git -type d -execdir git pull -v \;
find . -maxdepth 2 -name package.json -type f -execdir npm install \;
find . -maxdepth 2 -name package.json -type f -execdir npm audit fix \;
pm2 restart all
cd $DIRNAME
ng build
pkill chromium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment