Skip to content

Commit

Permalink
added missing --check to publish.sh on langs.js
Browse files Browse the repository at this point in the history
I suppose I entirely forgot about this when I re-did huge portions of
langs.js in ccde19d, whoops...
  • Loading branch information
0neGal committed Jul 23, 2024
1 parent 6f60062 commit 877d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 877d0e5

Please sign in to comment.