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 - name: Setup Flutter dependencies
run: | run: |
dart pub global activate melos dart pub global activate melos 7.8.1
melos bootstrap melos bootstrap
- name: Update external assets - name: Update external assets
-1
View File
@@ -10,7 +10,6 @@
# Flutter/Dart/Pub related # Flutter/Dart/Pub related
.dart_tool/ .dart_tool/
build/ build/
pubspec.lock
CLAUDE.md CLAUDE.md
AGENTS.md AGENTS.md
plans/ 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 name: weblibre_project
command: command:
bootstrap:
enforceLockfile: true
clean: clean:
hooks: hooks:
pre: melos exec -c 1 -- "flutter clean" pre: melos exec -c 1 -- "flutter clean"