Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-01 21:34:01 +0300
committerGitHub <noreply@github.com>2022-04-01 21:34:01 +0300
commit7ae49b5fe39cf1bb7216866289d2b66129b93593 (patch)
tree11def8ab93d8af0ba1298d74d407997cca88b7e7 /package.json
parent85b3c48d2c9bc4199aed699cc4c00ac96c5feebd (diff)
chore: make authors commit a chore (#4661)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9d4ff2f1d..55ef611cd 100644
--- a/package.json
+++ b/package.json
@@ -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",