aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-07-23 11:58:56 +0200
committer0neGal <mail@0negal.com>2024-07-23 11:58:56 +0200
commit877d0e5d50712fb0a3ee915d3bbf6991c39f8b7c (patch)
tree8b6fab02dcaed94b6a580eee0ce638bc06ee13aa /scripts
parent6f600624ad818ca80a4c342ac0259f95c8b6934d (diff)
downloadViper-877d0e5d50712fb0a3ee915d3bbf6991c39f8b7c.tar.gz
Viper-877d0e5d50712fb0a3ee915d3bbf6991c39f8b7c.zip
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...
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish.sh2
1 files changed, 1 insertions, 1 deletions
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
}