diff --git a/justfile b/justfile index 98440d2ab..9bc983137 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,10 @@ +# Sync generated files (javascript and PR checks) sync: build update-pr-checks +# Perform all necessary steps to update the PR checks update-pr-checks: pr-checks/sync.sh +# Transpile typescript code into javascript build: npm run build