Skip to content

Commit

Permalink
Add json-rpc-middleware-stream to root tsconfig files (#2013)
Browse files Browse the repository at this point in the history
## Explanation

- Fixes missing `json-rpc-middleware-stream` entries in root tsconfig
files that causes build failure during release workflow.

- Will add note in migration process guide
(#1551 (comment))
about the importance of step C-2.

## References

- See #1552

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
  • Loading branch information
MajorLift authored Nov 8, 2023
1 parent 33557da commit c8cc547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
{
"path": "./packages/json-rpc-engine/tsconfig.build.json"
},
{
"path": "./packages/json-rpc-middleware-stream/tsconfig.build.json"
},
{
"path": "./packages/keyring-controller/tsconfig.build.json"
},
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
{
"path": "./packages/json-rpc-engine"
},
{
"path": "./packages/json-rpc-middleware-stream"
},
{
"path": "./packages/keyring-controller"
},
Expand Down

0 comments on commit c8cc547

Please sign in to comment.