Skip to content

Commit

Permalink
chore: add update-copyright script
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 18, 2024
1 parent 7056c12 commit 85f8f9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"scripts": {
"build-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"update-copyright": "node scripts/add-copyright.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 85f8f9f

Please sign in to comment.