From 1429793e33495ef3236fd6ca4c589cb4a071dfad Mon Sep 17 00:00:00 2001 From: juanbono Date: Fri, 15 Dec 2023 16:29:52 -0300 Subject: [PATCH 1/2] compile always --- bin/zk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/zk b/bin/zk index d0840cb8d50..e6dd1567b38 100755 --- a/bin/zk +++ b/bin/zk @@ -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 From 05db28e8add2e2617036b54eea3ca15ac04505d5 Mon Sep 17 00:00:00 2001 From: Martin Fraga Date: Fri, 15 Dec 2023 16:48:08 -0300 Subject: [PATCH 2/2] advance submodule commit --- contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts b/contracts index 42345b94348..0aceef7b086 160000 --- a/contracts +++ b/contracts @@ -1 +1 @@ -Subproject commit 42345b9434809c14017777a5705d63625d4fdd6f +Subproject commit 0aceef7b086081acc2ef121ffcbf07a91a1f33de