mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: mise scripts (#28367)
This commit is contained in:
parent
e142e3aca7
commit
15f3947ae6
10 changed files with 66 additions and 82 deletions
11
Makefile
11
Makefile
|
|
@ -37,16 +37,11 @@ prod-scale:
|
|||
|
||||
.PHONY: open-api
|
||||
open-api:
|
||||
cd ./open-api && bash ./bin/generate-open-api.sh
|
||||
|
||||
open-api-dart:
|
||||
cd ./open-api && bash ./bin/generate-open-api.sh dart
|
||||
|
||||
open-api-typescript:
|
||||
cd ./open-api && bash ./bin/generate-open-api.sh typescript
|
||||
@printf "This command has been removed. Please use:\n\n mise open-api # or mise //:open-api from another directory\n\n"\n\n >&2 && exit 1
|
||||
|
||||
sql:
|
||||
pnpm --filter immich run sync:sql
|
||||
@printf "This command has been removed. Please use:\n\n mise sql # or mise //:sql from another directory\n\n"\n\n >&2 && exit 1
|
||||
|
||||
|
||||
renovate:
|
||||
LOG_LEVEL=debug pnpm exec renovate --platform=local --repository-cache=reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue