aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2023-01-15rename build/ to scripts/0neGal
2022-03-22fixed GH_TOKEN not being properly exposed to npm0neGal
This lead to you going through the whole build process but it never actually uploaded all the files. Quite annoying!
2022-02-19updated build scripts/code tests0neGal
build/langs.js now gives more info and has colors. It also changes it's exit code if an error happened, we then use that in build/publish.sh to catch localization errors before publishing. We also ensure that version numbers are set correctly. Then at last we will make sure $GH_TOKEN is set, and if not, prompt for the token, to make sure you don't build everything then error out when you forgot to put in your token.
2022-01-26added lang/maintainers.json, updated langs.js0neGal
langs.js now prints out a proper good looking output, and also now takes advantage of maintainers.json to provide proper information.
2022-01-04added script to detect missing locales0neGal
"npm run langs" will give back info if a locale is missing localizations from the English locale. Thereby showing what needs to be translated.