Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(forge): allow install in config folder #1858

Merged
merged 3 commits into from Jun 8, 2022

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Jun 7, 2022

Motivation

Closes #1834 use lib folder in config as install target

Solution

select the first dir in libs that is not node_modules, by default this will be lib but allows other targets like

libs = ['contracts/solidity/src/lib']

@mattsse mattsse added the T-feature Type: feature label Jun 7, 2022
@gakonst gakonst merged commit a392069 into foundry-rs:master Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feature Type: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

foundry install doesn't fetch lib directories from configuration
2 participants