Skip to content

Commit

Permalink
fix: add build admin and fe special commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 16, 2024
1 parent 17b85a4 commit 6056885
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ case "$1" in
blog_sync "$2"
;;

build_fe | fe )
build_fe "${2:-install}"
;;

build_admin | admin )
build_admin "${2:-install}"
;;

build | build_blog | b)
build_admin "${2:-install}"
build_fe "${2:-install}"
;;

Expand Down

0 comments on commit 6056885

Please # to comment.