Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
am2222 authored Mar 2, 2024
1 parent 917f93e commit ae36915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"publish:patch": "npm version patch",
"publish:minor": "npm version minor",
"publish:major": "npm version major",
"preversion": "npm run test",
"version": "npm run tsc && git add -A dist",
"postversion": "git push && git push --tags ",
"publish": "npm publish",
"docs:build": "mkdocs build",
"docs:serve": "mkdocs serve"
Expand Down

0 comments on commit ae36915

Please sign in to comment.