Skip to content

Commit

Permalink
chore: update makefile shipjs jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
opichon committed Aug 22, 2024
1 parent 3aa6379 commit 94add1e
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 @@ -19,11 +19,11 @@ outdated:

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

release:
@printf "\033[0;32m>>> Prepare packages for release\033[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 94add1e

Please sign in to comment.