diff --git a/justfile b/justfile index 7043919..68b83b2 100644 --- a/justfile +++ b/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 diff --git a/update-meta.sh b/update-meta.sh deleted file mode 100755 index 180aaae..0000000 --- a/update-meta.sh +++ /dev/null @@ -1,3 +0,0 @@ -./update-meta-v1.rs -./update-meta-v2.rs -