From 833f8f49aa37f13e3ce9e087f30f17ba74f9729c Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 13 Dec 2024 15:33:20 +0100 Subject: [PATCH] fix: postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c36973..645299e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "scripts": { "build": "tsup --format esm bin/index.ts -d bin/", "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", - "postinstall": "node bin/welcome.mjs", + "install": "node bin/welcome.mjs", "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", "prepublishOnly": "npm run build", "release": "standard-version -a",