mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
add help text for sync make target
This commit is contained in:
parent
178407838a
commit
c76e370e50
1
Makefile
1
Makefile
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user