nausharipov commented on code in PR #24457:
URL: https://github.com/apache/beam/pull/24457#discussion_r1067852432
##########
learning/tour-of-beam/frontend/README.md:
##########
@@ -17,47 +17,62 @@
under the License.
-->
- # Tour of Beam
- These are the main sources of the Tour of Beam website.
+# Tour of Beam
- # About
+These are the main sources of the Tour of Beam website.
+
+# About
## Getting started
+
Running, debugging, and testing all require this first step that fetches
dependencies and generates code:
```bash
cd ../../../playground/frontend/playground_components
flutter pub get
-flutter pub run build_runner build
cd ../../../learning/tour-of-beam/frontend
flutter pub get
-flutter pub run build_runner build
Review Comment:
I've added `flutter pub run build_runner build --delete-conflicting-outputs`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]