Skip to content

Commit 85f8f9f

Browse files
committed
chore: add update-copyright script
1 parent 7056c12 commit 85f8f9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"scripts": {
1111
"build-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
12-
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
12+
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
13+
"update-copyright": "node scripts/add-copyright.js"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)