diff --git a/package.json b/package.json index 6759f2d802..7d9950cb53 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "test-coverage": "node scripts/test --coverage", "test-functional": "node scripts/test-functional", "audit-deps": "node ./scripts/audit-deps", - "changelog-lint": "commitlint --from master", "changelog": "npx conventional-changelog-cli -p angular -u", + "changelog-lint": "commitlint --from master", "changelog-lint-from-stdin": "commitlint", "github-pr-title-lint": "node ./scripts/github-pr-title-lint", "gen-contributing-toc": "npx doctoc CONTRIBUTING.md",