Skip to content

Commit

Permalink
Merge branch 'native_erc20' into re-add-weth-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Dec 15, 2023
2 parents fd52c3c + 28644d7 commit b065729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bin/zk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

if [ -z "$1" ]; then
cd $ZKSYNC_HOME
yarn && yarn zk build
else
cd $ZKSYNC_HOME
yarn && yarn zk build

if [ -n "$1" ]; then
# can't start this with yarn since it has quirks with `--` as an argument
node -- $ZKSYNC_HOME/infrastructure/zk/build/index.js "$@"
fi
2 changes: 1 addition & 1 deletion contracts

0 comments on commit b065729

Please sign in to comment.