chore: always run ci when mise.toml changes and install flutter from aqua (#28521)

This commit is contained in:
Daniel Dietzler 2026-05-20 16:43:30 +02:00 committed by GitHub
parent 85192bb110
commit 5a61e589e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View file

@ -16,7 +16,7 @@ config_roots = [
[tools]
node = "24.15.0"
flutter = "3.41.9"
"aqua:flutter/flutter" = "3.41.9"
pnpm = "10.33.1"
terragrunt = "1.0.3"
opentofu = "1.11.6"
@ -55,7 +55,7 @@ lockfile = true
[tasks.plugins]
run = [
"pnpm --filter @immich/plugin-sdk --filter @immich/plugin-core install --frozen-lockfile",
"pnpm --filter @immich/plugin-sdk --filter @immich/plugin-core build"
"pnpm --filter @immich/plugin-sdk --filter @immich/plugin-core build",
]
[tasks.open-api-typescript]
@ -77,8 +77,8 @@ run = [
{ task = "//server:install" },
{ task = "//server:build" },
{ task = "//server:sync-open-api" },
{ task = ":open-api-typescript"},
{ task = ":open-api-dart"},
{ task = ":open-api-typescript" },
{ task = ":open-api-dart" },
]
[tasks.sql]