chore: migrate mobile makefile to mise (#28390)

This commit is contained in:
Jason Rasmussen
2026-05-12 15:21:04 -04:00
committed by GitHub
parent f632d320f5
commit 58beac8fe0
8 changed files with 101 additions and 192 deletions
+4 -5
View File
@@ -17,15 +17,14 @@ make e2e
Before you can run the tests, you need to run the following commands _once_:
- `pnpm install` (in `e2e/`)
- `pnpm run build` (in `cli/`)
- `make open-api` (in the project root `/`)
- `pnpm install`
- `pnpm --filter "@immich/*" build`
- `mise //:open-api`
Once the test environment is running, the e2e tests can be run via:
```bash
cd e2e/
pnpm test
mise //e2e:test
```
The tests check various things including: