Skip to content

Commit 325a7da

Browse files
author
Brady Trainor
committed
Add formatting for taskj
1 parent 79b1a8c commit 325a7da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ docs: get
3131
cd taskj && dart doc .
3232

3333
format:
34-
dart format taskc --fix --output none --set-exit-if-changed --summary none
35-
dart format taskw --fix --output none --set-exit-if-changed --summary none
34+
dart format --fix --output none --set-exit-if-changed --summary none taskc
35+
dart format --fix --output none --set-exit-if-changed --summary none `find taskj -name '*.dart' ! -name '*.g.dart'`
36+
dart format --fix --output none --set-exit-if-changed --summary none taskw
3637

3738
install:
3839
dart pub global activate -spath taskc

0 commit comments

Comments
 (0)