Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix release #79

Merged
merged 10 commits into from
Mar 24, 2025
Merged
Binary file added .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"@release-it/bumper": {
"in": "package.json",
"out": ["package.json", "dist/package.json"]
},
"@release-it/npm": {
"pkgRoot": "./dist/package",
"publish": true
}
},
"git": {
Expand All @@ -63,7 +67,7 @@
},
"hooks": {
"before:bump": "npm run build",
"after:bump": "npm run release:prepare-toc-in-readme && npm run pack && git add .",
"after:bump": "npm run release:prepare-toc-in-readme && npm run build-and-pack && git add .",
"after:release": "npm publish"
}
}
Loading