We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9494b5f commit 0e40108Copy full SHA for 0e40108
.github/workflows/docker-images.yml
@@ -53,7 +53,7 @@ jobs:
53
echo "$(pwd)/bin" >> $GITHUB_PATH
54
55
- name: Compile contracts
56
- run: just compile-contracts
+ run: cd packages/contracts-bedrock && just build
57
58
- name: Prepare allocations
59
run: |
0 commit comments