Skip to content

Commit

Permalink
chore: update publish command and add release command in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakya04 committed Mar 12, 2024
1 parent ea7fb66 commit 35b7978
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ patch:

publish:
@printf "\033[0;32m>>> Publishing package to npmjs.org\033[0m\n"
npm publish --access public
npx shipjs trigger

release:
@printf "\033[0;32m>>> Prepare packages for release033[0m\n"
npx shipjs prepare

run:
@printf "\033[0;32m>>> Running local server\033[0m\n"
Expand Down

0 comments on commit 35b7978

Please sign in to comment.