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

build: node.js set-up #477

Merged
merged 6 commits into from
May 15, 2023
Merged

build: node.js set-up #477

merged 6 commits into from
May 15, 2023

Conversation

PaulRBerg
Copy link
Member

Addresses #389 and #439.

@PaulRBerg PaulRBerg force-pushed the build/node-js branch 3 times, most recently from 406862e to d451d6d Compare May 10, 2023 13:36
Base automatically changed from refactor/extend-status-enum to main May 14, 2023 15:57
Copy link
Member

@andreivladbrg andreivladbrg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's create all necessary directories before compiling with forge:

...
# Create necessary directories
mkdir -p "$artifacts/interfaces/erc20" \
    "$artifacts/interfaces/erc721" \
    "$artifacts/interfaces/hooks" \
    "$artifacts/libraries"
...

This approach will improve readability

@PaulRBerg
Copy link
Member Author

Good idea

@PaulRBerg
Copy link
Member Author

Implemented your suggestion and merged the PR now, @andreivladbrg.

@PaulRBerg PaulRBerg merged commit 29d9af3 into main May 15, 2023
@PaulRBerg PaulRBerg deleted the build/node-js branch May 15, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants