Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid committed Mar 23, 2024
1 parent 0a7d570 commit fc1c3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"docs:dev": "yarn publish-typedoc && vitepress dev docs",
"docs:build": "yarn publish-typedoc && vitepress build docs",
"publish-typedoc": "typedoc --options typedoc.json",
"publish:patch": "yarn version patch",
"publish:minor": "yarn version minor",
"publish:major": "yarn version major",
"publish:patch": "npm version patch",
"publish:minor": "npm version minor",
"publish:major": "npm version major",
"preversion": "yarn install && yarn test",
"version": "yarn build && yarn docs:build && git add -A dist docs types",
"postversion": "echo postversion"
Expand Down

0 comments on commit fc1c3cd

Please sign in to comment.