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