mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
b43386173c
commit
6c8292b735
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue