Skip to content

Commit

Permalink
fix: postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 13, 2024
1 parent 0ab7389 commit 833f8f4
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 @@ -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",
Expand Down

0 comments on commit 833f8f4

Please sign in to comment.