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 c940b40 commit 8479f1c
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 @@ -9,7 +9,7 @@
"publish:patch": "npm version patch",
"publish:minor": "npm version minor",
"publish:major": "npm version major",
"preversion": "npm run test",
"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 ",
"publish": "npm publish",
Expand Down

0 comments on commit 8479f1c

Please sign in to comment.