Skip to content

Commit

Permalink
verify Docs version before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 22, 2024
1 parent 3d9a24d commit 61632f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61632f2

Please sign in to comment.