aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile
index de2a8fa..4c621f6 100644
--- a/justfile
+++ b/justfile
@@ -4,6 +4,7 @@ default: down build up
build:
{{ docker_compose }} build
+ cd typespec; npm install
cd frontend; npm install
up:
@@ -48,6 +49,7 @@ initdb:
just psql-query < ./backend/fixtures/dev.sql
gen:
+ cd typespec; npm run build
cd backend; just gen
cd frontend; npm run openapi-typescript