Skip to content

Commit

Permalink
build: Add prepare-env to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 27, 2024
1 parent cb7858d commit 74beaee
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
@@ -1,8 +1,8 @@
.PHONY: build-runner

.PHONY: prepare-env
prepare-env:
test -e .env || cp .env_example .env

.PHONY: build-runner
build-runner:
test -e .env || cp .env_example .env
flutter pub get && dart run build_runner build -d && dart format -l 80 lib/i18n
Expand Down

0 comments on commit 74beaee

Please sign in to comment.