mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(docs): build cli for e2e tests (#24184)
This commit is contained in:
parent
d38305360c
commit
e98a33cf9d
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ 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 `/`)
|
||||
|
||||
Once the test environment is running, the e2e tests can be run via:
|
||||
|
|
|
|||
Loading…
Reference in a new issue