v4-core icon indicating copy to clipboard operation
v4-core copied to clipboard

fix prettier script

Open charlesjhongc opened this issue 2 years ago • 0 comments

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.

charlesjhongc avatar Jul 11 '23 15:07 charlesjhongc