mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
Comment out exit 1 in validate.sh
This commit is contained in:
parent
394f7f4284
commit
cfbb0ec2f1
1 changed files with 4 additions and 3 deletions
|
@ -19,8 +19,9 @@ done
|
||||||
error_count=$(cat ${counter_filename});
|
error_count=$(cat ${counter_filename});
|
||||||
echo Errors: $error_count
|
echo Errors: $error_count
|
||||||
|
|
||||||
if [[ ${error_count} -ne 0 ]]; then
|
# Uncomment to make npm die if this script doesn't work correctly
|
||||||
exit 1;
|
#if [[ ${error_count} -ne 0 ]]; then
|
||||||
fi
|
# exit 1;
|
||||||
|
#fi
|
||||||
|
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|
Loading…
Reference in a new issue