Created
May 1, 2020 19:47
-
-
Save cKurultayKalkan/5daccffb8941e618f9e95e83601be080 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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