Skip to content

Commit

Permalink
chore: update makefile (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
suvashvishowkarma authored Nov 13, 2024
1 parent 60762d7 commit 40b72d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ outdated:

publish:
@printf "\033[0;32m>>> Publish packages033[0m\n"
shipjs trigger
npx shipjs trigger

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

sort-package:
@printf "\033[0;32m>>> Format package.json\033[0m\n"
Expand Down

0 comments on commit 40b72d1

Please sign in to comment.