mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: faster web linting (#28303)
This commit is contained in:
+7
-1
@@ -42,11 +42,17 @@ run = "pnpm run check:svelte"
|
||||
[tasks.check]
|
||||
run = { tasks = [":check-typescript", ":check-svelte"] }
|
||||
|
||||
[tasks.checklist]
|
||||
[tasks.ci-unit]
|
||||
depends = ["//:sdk:install", "//:sdk:build"]
|
||||
run = [
|
||||
{ task = ":install" },
|
||||
{ task = ":format" },
|
||||
{ task = ":check" },
|
||||
{ task = ":test --run" },
|
||||
]
|
||||
|
||||
[tasks.checklist]
|
||||
run = [
|
||||
{ task = ":ci-unit" },
|
||||
{ task = ":lint" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user