Skip to content

Commit 547dc46

Browse files
committed
fix: use dart test and revert comment change in generated-ish file
1 parent fe664a0 commit 547dc46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/plugin_tools_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
set -e
66

77
cd script/tool
8-
dart run test
8+
dart test

packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_product_wrapper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import '../messages.g.dart';
1010
import 'enum_converters.dart';
1111

1212
// WARNING: Changes to `@JsonSerializable` classes need to be reflected in the
13-
// below generated file. Run `dart run build_runner watch` to
13+
// below generated file. Run `flutter packages pub run build_runner watch` to
1414
// rebuild and watch for further changes.
1515
part 'sk_product_wrapper.g.dart';
1616

0 commit comments

Comments
 (0)