mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(docs) Fix command name (#6368)
This commit is contained in:
parent
9a7f987835
commit
f3d9196a7e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ When contributing code through a pull request, please check the following:
|
||||||
|
|
||||||
- [ ] `npm run lint` (linting via ESLint)
|
- [ ] `npm run lint` (linting via ESLint)
|
||||||
- [ ] `npm run format` (formatting via Prettier)
|
- [ ] `npm run format` (formatting via Prettier)
|
||||||
- [ ] `npm run check` (Type checking via SvelteKit)
|
- [ ] `npm run check:svelte` (Type checking via SvelteKit)
|
||||||
- [ ] `npm test` (Tests via Jest)
|
- [ ] `npm test` (Tests via Jest)
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
Loading…
Reference in a new issue