enforce lockfile

This commit is contained in:
Fabian Freund
2026-07-16 15:32:06 +02:00
parent 6e3bc40bc7
commit 8caa84609c
4 changed files with 2034 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
- name: Setup Flutter dependencies
run: |
dart pub global activate melos
dart pub global activate melos 7.8.1
melos bootstrap
- name: Update external assets
-1
View File
@@ -10,7 +10,6 @@
# Flutter/Dart/Pub related
.dart_tool/
build/
pubspec.lock
CLAUDE.md
AGENTS.md
plans/
+2031
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -23,6 +23,8 @@ melos:
name: weblibre_project
command:
bootstrap:
enforceLockfile: true
clean:
hooks:
pre: melos exec -c 1 -- "flutter clean"