Skip to content

Commit 4659ea7

Browse files
committed
chore: fix make generate-with-runner
1 parent 3f8d824 commit 4659ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generate-with-command:
2929
dart packages/command/bin/flutter_gen_command.dart --config example/pubspec.yaml
3030

3131
generate-with-runner:
32-
cd example && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
32+
cd example && flutter pub run build_runner build --delete-conflicting-outputs && cd ..
3333

3434
unit-test:
3535
cd packages/core/ && dart run test && cd ..

0 commit comments

Comments
 (0)