Skip to content

Commit

Permalink
chore: make authors commit a chore (#4661)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored Apr 1, 2022
1 parent 85b3c48 commit 7ae49b5
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 @@ -211,7 +211,7 @@
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
"test": "tap",
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
Expand Down

0 comments on commit 7ae49b5

Please sign in to comment.