add locales:normalize to scripts in package json

This commit is contained in:
Moriz Wahl 2024-03-05 17:02:57 +01:00
parent 45737977d5
commit 941ba5f9a4

View File

@ -15,6 +15,7 @@
"generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate",
"lint": "eslint --ext .js,.vue .",
"locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh",
"locales:normalize": "../scripts/translations/normalize.sh",
"precommit": "yarn lint",
"test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles",
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"