mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 16:57:50 +08:00
chore(justfile): adjust sync logic
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
sync-js:
|
sync-js:
|
||||||
rsync --delete -r --exclude=config ./src/ "$(cygpath -u $DST_KJS_DIR)/"
|
rsync -av --delete -r --exclude=config --exclude=probe ./src/ "$(cygpath -u $DST_KJS_DIR)/"
|
||||||
|
|
||||||
sync-log:
|
sync-logs:
|
||||||
rsync --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/
|
rsync -av --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/
|
||||||
|
|||||||
Reference in New Issue
Block a user