re-enable yarn.lock validation checks

This commit is contained in:
spalger 2019-06-06 18:42:13 -07:00
parent e300118a2f
commit cdf0d20a1e

View file

@ -162,7 +162,7 @@ GIT_CHANGES="$(git ls-files --modified)"
if [ "$GIT_CHANGES" ]; then
echo -e "\n${RED}ERROR: 'yarn kbn bootstrap' caused changes to the following files:${C_RESET}\n"
echo -e "$GIT_CHANGES\n"
# exit 1
exit 1
fi
###
@ -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
###