Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You may get some unused variable warnings - you can ignore these.
And generate the TypeScript interface for the contract and add it to the test dir. Run this inside `aztec-contracts/token_bridge`:

```bash
aztec-builder target -o ../../src/test/fixtures
aztec-builder codegen target -o ../../src/test/fixtures
```

This will create a TS interface inside `fixtures` dir in our `src/test` folder!
Expand Down