We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe664a0 commit 547dc46Copy full SHA for 547dc46
.ci/scripts/plugin_tools_tests.sh
@@ -5,4 +5,4 @@
5
set -e
6
7
cd script/tool
8
-dart run test
+dart test
packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_product_wrapper.dart
@@ -10,7 +10,7 @@ import '../messages.g.dart';
10
import 'enum_converters.dart';
11
12
// WARNING: Changes to `@JsonSerializable` classes need to be reflected in the
13
-// below generated file. Run `dart run build_runner watch` to
+// below generated file. Run `flutter packages pub run build_runner watch` to
14
// rebuild and watch for further changes.
15
part 'sk_product_wrapper.g.dart';
16
0 commit comments