update justfile
This commit is contained in:
2
justfile
2
justfile
@@ -16,7 +16,7 @@ test-libraries-no-check:
|
|||||||
|
|
||||||
# verify single scripts signature
|
# verify single scripts signature
|
||||||
verify-single-scripts:
|
verify-single-scripts:
|
||||||
script-verify.rs single-scripts/*.ts | grep -v '\[INFO' | grep -v '\[OK'
|
script-verify.rs single-scripts/*.ts --json | jq 'map(select(.success==false))'
|
||||||
|
|
||||||
# publish
|
# publish
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
Reference in New Issue
Block a user