aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index be1c9d4..a34f12f 100644
--- a/justfile
+++ b/justfile
@@ -18,5 +18,6 @@ check:
cd backend && just check
generate:
+ cd typespec && npm run generate
cd frontend && npm run generate
cd backend && just generate