mirror of
https://github.com/git-touch/git-touch
synced 2025-01-07 05:17:49 +01:00
chore: add format script
This commit is contained in:
parent
968019b932
commit
d89a407cf0
@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
flutter pub run build_runner watch --delete-conflicting-outputs
|
3
scripts/format.sh
Normal file
3
scripts/format.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
dartfmt --overwrite lib/**/*.dart
|
Loading…
Reference in New Issue
Block a user