Update versions

This commit is contained in:
Alex
2023-11-01 21:14:15 -04:00
parent a13f0432b8
commit 9352bf6baf
7 changed files with 163 additions and 153 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
sync() (
cd "packages/$1" && git diff > "../../patch/$1.patch"
cd "packages/$1" && git diff HEAD > "../../patch/$1.patch"
)
sync eslint-import-resolver-typescript