Skip to content

Commit

Permalink
add help text for sync make target
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha authored and hibiken committed Oct 12, 2021
1 parent 1784078 commit c76e370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ assets:
@if [ ! -d "$(NODE_PATH)" ]; then cd ./ui && yarn install --modules-folder $(NODE_PATH); fi
cd ./ui && yarn build --modules-folder $(NODE_PATH)

# sync will copy the ui build assets to cmd/asynqmon so that it can be embedded into the go binary
sync:
rsync -avu --delete "./ui/build/" "./cmd/asynqmon/ui-assets"

Expand Down

0 comments on commit c76e370

Please sign in to comment.