From bcde3994a449dd1cc92291c8ccdf5a3b32df60e1 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 16 Jan 2024 17:21:28 +0000 Subject: [PATCH] build: tweaks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f3d09..5cdcc14 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ ], "scripts": { "clean": "rm -rf node_modules", - "contributors": "(npx git-authors-cli && npx finepack --sort-ignore-object-at ava && git add package.json && git commit -m 'build: contributors' --no-verify) || true", + "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", "lint": "standard-markdown README.md && standard", "postinstall": "node scripts/postinstall", "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",