Skip to content

Commit

Permalink
chore: using yarn build instead of forge build to avoid zksync build …
Browse files Browse the repository at this point in the history
…errors
  • Loading branch information
wshino committed Jan 13, 2025
1 parent d3d007e commit 0e723f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Full.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WORKDIR /relayer/packages/contracts
RUN source $HOME/.nvm/nvm.sh && nvm use default && yarn

# Build the contracts using Foundry
RUN source $HOME/.bashrc && forge build
RUN source $HOME/.bashrc && yarn build

# Copy the project files
COPY packages/relayer /relayer/packages/relayer
Expand Down

0 comments on commit 0e723f3

Please sign in to comment.