mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 08:47:50 +08:00
refactor(C4): update keybinding system and improve sync commands
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
sync-js:
|
||||
rsync -av --delete -r --exclude=config --exclude=probe ./src/ "$(cygpath -u $DST_KJS_DIR)/"
|
||||
rsync -av --delete -r --exclude=config --exclude=probe --exclude=*.txt ./src/ "$(cygpath -u $DST_KJS_DIR)/"
|
||||
|
||||
sync-logs:
|
||||
rsync -av --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/
|
||||
|
||||
sync-types:
|
||||
rsync -av --delete -r "$(cygpath -u $DST_KJS_DIR)/probe" ./types/probe
|
||||
|
||||
Reference in New Issue
Block a user