We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b1a8c commit 325a7daCopy full SHA for 325a7da
Makefile
@@ -31,8 +31,9 @@ docs: get
31
cd taskj && dart doc .
32
33
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
+ dart format --fix --output none --set-exit-if-changed --summary none taskc
+ 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
37
38
install:
39
dart pub global activate -spath taskc
0 commit comments