We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8d824 commit 4659ea7Copy full SHA for 4659ea7
Makefile
@@ -29,7 +29,7 @@ generate-with-command:
29
dart packages/command/bin/flutter_gen_command.dart --config example/pubspec.yaml
30
31
generate-with-runner:
32
- cd example && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
+ cd example && flutter pub run build_runner build --delete-conflicting-outputs && cd ..
33
34
unit-test:
35
cd packages/core/ && dart run test && cd ..
0 commit comments