We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b3c48 commit 7ae49b5Copy full SHA for 7ae49b5
package.json
@@ -211,7 +211,7 @@
211
},
212
"scripts": {
213
"dumpconf": "env | grep npm | sort | uniq",
214
- "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",
215
"licenses": "licensee --production --errors-only",
216
"test": "tap",
217
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
0 commit comments