From 877d0e5d50712fb0a3ee915d3bbf6991c39f8b7c Mon Sep 17 00:00:00 2001 From: 0neGal Date: Tue, 23 Jul 2024 11:58:56 +0200 Subject: added missing --check to publish.sh on langs.js I suppose I entirely forgot about this when I re-did huge portions of langs.js in ccde19d8, whoops... --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/publish.sh b/scripts/publish.sh index bff91df..0a4e51d 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -26,7 +26,7 @@ REMOTEVERSION="$(curl --silent "https://api.github.com/repos/0neGal/viper/releas } -node scripts/langs.js || { +node scripts/langs.js --check || { echo "Please fix localization errors before publishing..." exit 1 } -- cgit v1.2.3