SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 4 forks source link

Improve git script in hook #168

Closed apolkingg8 closed 2 years ago

apolkingg8 commented 2 years ago

https://github.com/SolomonDefi/solomon-monorepo/blob/8cae5da5755c250a956259ea883cd11b1cf68e28/.husky/pre-commit#L14

This line can cause some side effects. If I edited files A and B, and want to commit only file A, this line will also add file B into the commit. The better way is explicitly to add the folders related to code generation.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: