chore: mise scripts (#28367)

This commit is contained in:
Jason Rasmussen
2026-05-11 17:46:02 -04:00
committed by GitHub
parent e142e3aca7
commit 15f3947ae6
10 changed files with 66 additions and 82 deletions
+2 -5
View File
@@ -674,11 +674,8 @@ jobs:
- name: Install server dependencies
run: SHARP_IGNORE_GLOBAL_LIBVIPS=true pnpm --filter immich install --frozen-lockfile
- name: Build the app
run: pnpm --filter immich build
- name: Run API generation
run: ./bin/generate-open-api.sh
run: mise //:open-api
working-directory: open-api
- name: Find file changes
@@ -770,7 +767,7 @@ jobs:
exit 1
- name: Run SQL generation
run: pnpm sync:sql
run: mise //:sql
env:
DB_URL: postgres://postgres:postgres@localhost:5432/immich