verify Docs version before publish

This commit is contained in:
Sidharth Vinod
2024-08-22 15:47:00 +05:30
parent 3d9a24dd28
commit 61632f2d7f

View File

@@ -47,7 +47,8 @@
"docs:verify-version": "tsx scripts/update-release-version.mts --verify",
"types:build-config": "tsx scripts/create-types-from-json-schema.mts",
"types:verify-config": "tsx scripts/create-types-from-json-schema.mts --verify",
"checkCircle": "npx madge --circular ./src"
"checkCircle": "npx madge --circular ./src",
"prepublishOnly": "pnpm docs:verify-version"
},
"repository": {
"type": "git",