chore: revert version to 2.1.10+35 and update build_runner command in GitHub Actions workflow

This commit is contained in:
cogwheel0
2025-10-25 15:14:41 +05:30
parent 0d0f4325a7
commit 054597f9ae
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
run: flutter pub get --enforce-lockfile
- name: Generate code (build_runner)
run: dart run build_runner build --delete-conflicting-outputs -q
run: dart run build_runner build --delete-conflicting-outputs
@@ -109,7 +109,7 @@ jobs:
run: flutter pub get --enforce-lockfile
- name: Generate code (build_runner)
run: dart run build_runner build --delete-conflicting-outputs -q
run: dart run build_runner build --delete-conflicting-outputs