Skip to content

Commit

Permalink
feat: adapt Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Dec 25, 2023
1 parent 43defe5 commit a409734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ check-null-safety:
fvm flutter pub outdated --mode=null-safety

.PHONY: build_runner
build_runner: deps l10n
build_runner: deps
dart run build_runner build --delete-conflicting-outputs

.PHONY: watch
Expand Down Expand Up @@ -281,7 +281,7 @@ icons:
dart run flutter_launcher_icons:main

.PHONY: clean_test
clean_test: clean deps l10n build_runner test
clean_test: clean deps build_runner l10n test

.PHONY: clean_build_analyze
clean_build_analyze: clean deps l10n build_runner analyze
Expand Down

0 comments on commit a409734

Please sign in to comment.