improve: Suppress build & deployment artifacts from package#1409
improve: Suppress build & deployment artifacts from package#1409
Conversation
Reduces package size > 1GB down to ~5MB.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e088bbf382
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Nice work! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
| set -e | ||
|
|
||
| OUT_DIR="out" | ||
| ABI_DIR="dist/abi" |
There was a problem hiding this comment.
nit: this folder name is a bit of a misnomer now
There was a problem hiding this comment.
Yeah; it went pretty fast with this script. I'll take a pass over it and check for any consistency issues.
There was a problem hiding this comment.
Updated naming "abi" -> "artifacts", also scoped to EVM. See 946e18d.
Reduces package size > 1GB down to ~5MB.