diff --git a/package.json b/package.json index 7945eed3..b31304af 100644 --- a/package.json +++ b/package.json @@ -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\"",