diff options
author | 0neGal <mail@0negal.com> | 2024-07-23 11:58:56 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-07-23 11:58:56 +0200 |
commit | 877d0e5d50712fb0a3ee915d3bbf6991c39f8b7c (patch) | |
tree | 8b6fab02dcaed94b6a580eee0ce638bc06ee13aa /scripts | |
parent | 6f600624ad818ca80a4c342ac0259f95c8b6934d (diff) | |
download | Viper-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-x | scripts/publish.sh | 2 |
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 } |