Disable yarn.lock check after build

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
(cherry picked from commit ed7c2dcdca)
This commit is contained in:
Tyler Smalley 2019-05-20 14:53:30 -07:00 committed by spalger
parent b43386173c
commit 6c8292b735

View file

@ -178,7 +178,7 @@ GIT_CHANGES="$(git ls-files --modified)"
if [ "$GIT_CHANGES" ]; then
echo -e "\n${RED}ERROR: 'yarn kbn run build -i @kbn/pm' caused changes to the following files:${C_RESET}\n"
echo -e "$GIT_CHANGES\n"
exit 1
# exit 1
fi
###