The problem
forge-std and ds-test are being installed in downstream projects even though they are not needed for this library. They are only used for testing so they should be marked as devDependencies instead of dependencies
The solution
The minimal solution would consist of changing dependencies to devDependencies. However, to follow the good scout rule, a little cleanup was introduced in #67:
- Adding CI pipeline to test any changes
- Add
forge-std the foundry way
The problem
forge-stdandds-testare being installed in downstream projects even though they are not needed for this library. They are only used for testing so they should be marked asdevDependenciesinstead ofdependenciesThe solution
The minimal solution would consist of changing
dependenciestodevDependencies. However, to follow the good scout rule, a little cleanup was introduced in #67:forge-stdthefoundryway