NewsPanel: Prevent Date and title collapsing to single row (#40016)

This commit is contained in:
Ashley Harrison
2021-10-06 11:14:37 +01:00
committed by GitHub
parent 4f2a3f92e4
commit 2f731d42f3
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=41
ERROR_COUNT_LIMIT=40
ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --strict true | grep -oP 'Found \K(\d+)')"
if [ "$ERROR_COUNT" -gt $ERROR_COUNT_LIMIT ]; then