Skip to content

Commit

Permalink
chore: use release-it command for publishing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 10, 2024
1 parent cd1e4d9 commit d3cd774
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 @@ -49,7 +49,7 @@
"postcompile": "npm run copy:templates && npm run index:commands",
"copy:templates": "copyfiles \"stubs/**/**/*.stub\" build",
"build": "npm run compile",
"release": "np",
"release": "release-it",
"version": "npm run build",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
Expand Down

0 comments on commit d3cd774

Please sign in to comment.