mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
ci: run format fix on changelog and licenses
This commit is contained in:
@@ -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\"",
|
||||
|
||||
Reference in New Issue
Block a user