Added translation sorting secript

ref #
This commit is contained in:
2021-02-07 12:55:24 +01:00
parent e401d0ec72
commit 1e67672ef0
2 changed files with 19 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"dev": "nodemon src/app.ts",
"build": "rimraf ./dist && tsc",
"licenses:export": "license-exporter --markdown",
"release": "release-it --only-version"
"release": "release-it --only-version",
"translations:sort": "node sort_translations.js"
},
"repository": {
"type": "git",
@@ -80,4 +81,4 @@
"publish": false
}
}
}
}