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:
@@ -1 +0,0 @@
|
||||
24.15.0
|
||||
+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" },
|
||||
]
|
||||
|
||||
@@ -167,9 +167,6 @@
|
||||
"vite-tsconfig-paths": "^6.0.0",
|
||||
"vitest": "^3.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "24.15.0"
|
||||
},
|
||||
"overrides": {
|
||||
"sharp": "^0.34.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user