You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The problem
forge-std
andds-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 asdevDependencies
instead ofdependencies
The solution
The minimal solution would consist of changing
dependencies
todevDependencies
. However, to follow the good scout rule, a little cleanup was introduced in #67:forge-std
thefoundry
wayThe text was updated successfully, but these errors were encountered: