v4-core
v4-core copied to clipboard
fix prettier script
Related Issue
The forge fmt in prettier script is not working because globstar is not expanded correctly. So when running yarn prettier, it won't format solidity code and only ts files are formatted.
Ref : https://github.com/npm/npm/issues/10481
Description of changes
Remove globstar and use contracts/ and test/ directory instead.