From ba2ace6c61da3ad0493a9c44e5c01a77fcb3c196 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Mon, 24 Jun 2019 23:38:28 +0300 Subject: [PATCH] chore: temporarily disable api compat check (#3045) so we can release 0.36.0 and then enable it --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8e01e91232215..abfc6eef410d2 100755 --- a/build.sh +++ b/build.sh @@ -55,6 +55,7 @@ echo "========================================================================== echo "building..." time lerna run $bail --stream build+test || fail -/bin/bash scripts/check-api-compatibility.sh +#TEMPORARILY DISABLED (benisrae) +#/bin/bash scripts/check-api-compatibility.sh touch $BUILD_INDICATOR