Skip to content

Commit 7ae49b5

Browse files
authored
chore: make authors commit a chore (#4661)
1 parent 85b3c48 commit 7ae49b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
},
212212
"scripts": {
213213
"dumpconf": "env | grep npm | sort | uniq",
214-
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
214+
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
215215
"licenses": "licensee --production --errors-only",
216216
"test": "tap",
217217
"test-all": "npm run test --if-present --workspaces --include-workspace-root",

0 commit comments

Comments
 (0)