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 -7
View File
@@ -4,14 +4,9 @@ Please see the [Immich CLI documentation](https://docs.immich.app/features/comma
# For developers
Before building the CLI, you must build the immich server and the open-api client. To build the server run the following in the server folder:
Before building the CLI, you must build the immich server and the open-api client. You can use the following command:
$ pnpm install
$ pnpm run build
Then, to build the open-api client run the following in the open-api folder:
$ ./bin/generate-open-api.sh
$ mise //:open-api
## Run from build