mirror of
https://github.com/go-vikunja/app
synced 2025-05-16 22:48:08 +00:00
chore(devenv): add lint scripts
This commit is contained in:
parent
be2a14678f
commit
49a2f32944
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user