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 8479f1c commit b1d0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"publish:major": "npm version major",
"preversion": "npm ci && npm run test",
"version": "npm run tsc && git add -A dist",
"postversion": "git add . && git commit -m github-actions[bot]:build && git push && git push --tags ",
"postversion": "echo postversion",
"publish": "npm publish",
"docs:build": "mkdocs build",
"docs:serve": "mkdocs serve"
Expand Down

0 comments on commit b1d0275

Please sign in to comment.