Skip to content

Commit

Permalink
disable API compat check
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Jul 14, 2020
1 parent 92c92db commit 8ed2437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ echo "==========================================================================
echo "building..."
time lerna run $bail --stream $runtarget || fail

/bin/bash scripts/check-api-compatibility.sh
echo "***************************************************************************************************"
echo " API compatibility check is disabled since this is a major version branch"
echo "***************************************************************************************************"
#/bin/bash scripts/check-api-compatibility.sh

touch $BUILD_INDICATOR

0 comments on commit 8ed2437

Please sign in to comment.