mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-21 23:01:52 -05:00
chore: add format script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user