Update versions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user