This commit is contained in:
Alex
2023-10-03 19:00:25 -04:00
parent 01f291af94
commit 8a07010f29
15 changed files with 741 additions and 716 deletions

View File

@ -4,6 +4,7 @@ set -e
pull() {
echo "🚛 Pulling $1"
(cd "packages/$1" && git config pull.rebase true && git config rebase.autoStash true && git pull)
echo
}
pull eslint-import-resolver-typescript