Skip to content

Commit

Permalink
revert changelog diff
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Nov 12, 2023
1 parent caa193a commit c8dea96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8dea96

Please sign in to comment.