mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: use mise (#28298)
This commit is contained in:
+13
-2
@@ -55,12 +55,23 @@ run = [
|
||||
env._.path = "./node_modules/.bin"
|
||||
run = "email dev -p 3050 --dir src/emails"
|
||||
|
||||
[tasks.checklist]
|
||||
[tasks.ci-unit]
|
||||
run = [
|
||||
{ task = ":install" },
|
||||
{ task = ":format" },
|
||||
{ task = ":lint" },
|
||||
{ task = ":check" },
|
||||
{ task = ":test-medium --run" },
|
||||
{ task = ":test --run" },
|
||||
]
|
||||
|
||||
[tasks.ci-medium]
|
||||
run = [
|
||||
{ task = ":install" },
|
||||
{ task = ":test-medium --run" },
|
||||
]
|
||||
|
||||
[tasks.checklist]
|
||||
run = [
|
||||
{ task = ":ci-unit" },
|
||||
{ task = ":ci-medium" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user