Skip to content

Commit 0e40108

Browse files
committed
Compile contracts with optimization
1 parent 9494b5f commit 0e40108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "$(pwd)/bin" >> $GITHUB_PATH
5454
5555
- name: Compile contracts
56-
run: just compile-contracts
56+
run: cd packages/contracts-bedrock && just build
5757

5858
- name: Prepare allocations
5959
run: |

0 commit comments

Comments
 (0)