Skip to content

Commit

Permalink
chore(devenv): add lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Sep 17, 2024
1 parent be2a146 commit 49a2f32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
create-emulator.exec = "avdmanager create avd --force --name android-32 --package 'system-images;android-32;google_apis_playstore;x86_64'";
run-app.exec = "flutter run --flavor unsigned";
build-apk-unsigned.exec = "flutter build apk --flavor unsigned";
lint.exec = "dart format --set-exit-if-changed .";
lint-fix.exec = "dart format .";
};

android = {
Expand Down

0 comments on commit 49a2f32

Please sign in to comment.