We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85083e1 + 260dee6 commit 180c137Copy full SHA for 180c137
1 file changed
packages/dart_mappable/README.md
@@ -88,11 +88,11 @@ to the mixin (`... with MyClassMappable<T>`).*
88
In order to generate the serialization code, run the following command:
89
90
```shell script
91
-dart pub run build_runner build
+dart run build_runner build
92
```
93
94
***Tip**: You'll need to re-run code generation each time you are making changes to your annotated classes.
95
-During development, you can use `watch` to automatically watch your changes: `dart pub run build_runner watch`.*
+During development, you can use `watch` to automatically watch your changes: `dart run build_runner watch`.*
96
97
This will generate a `<filename>.mapper.dart` file for each of your files containing annotated classes.
98
0 commit comments