mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +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/",
|
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"postinstall": "npx jetify",
|
"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",
|
"prepublishOnly": "npm ci && npm run build && npm run lint && npm run format:check",
|
||||||
"preversion": "npm run prepublishOnly",
|
"preversion": "npm run prepublishOnly",
|
||||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user