update justfile
This commit is contained in:
9
justfile
9
justfile
@@ -18,8 +18,13 @@ test-libraries-no-check:
|
||||
verify-single-scripts:
|
||||
script-verify.rs single-scripts/*.ts --json | jq 'map(select(.success==false))'
|
||||
|
||||
# publish
|
||||
# update scripts meta
|
||||
update:
|
||||
./update-meta-v1.rs
|
||||
./update-meta-v2.rs
|
||||
|
||||
# publish scripts
|
||||
publish:
|
||||
./update-meta.sh
|
||||
@just update
|
||||
commit.ts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user