🔧 Update justfile with new update script and refined publish logic
This commit is contained in:
@@ -4,10 +4,14 @@ _:
|
||||
alias pub:=publish
|
||||
alias p:=publish
|
||||
|
||||
# Publish
|
||||
publish:
|
||||
# update scripts meta
|
||||
update:
|
||||
ls | grep -v update-meta-rs | grep '\-rs$' > file-meta.txt
|
||||
./update-meta-rs/src/main.rs
|
||||
./update-meta-v1.rs
|
||||
|
||||
# publish scripts
|
||||
publish:
|
||||
@just update
|
||||
commit.ts --auto-commit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user