ci: run format fix on changelog and licenses

This commit is contained in:
Rainer Killinger
2023-02-13 17:39:30 +01:00
parent 5c3e75e3f3
commit 6270a93151

View File

@@ -40,7 +40,7 @@
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
"ng": "ng",
"postinstall": "npx jetify",
"version": "npm run changelog && npm run licenses",
"version": "npm run changelog && npm run licenses && npm run format:fix",
"prepublishOnly": "npm ci && npm run build && npm run lint && npm run format:check",
"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",