Add a todo to felt (PR to rerun the tree) (#20025)

This commit is contained in:
nturgut 2020-07-25 21:12:15 -07:00 committed by GitHub
parent b48566470c
commit c0ac43da97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ set -e
# felt: a command-line utility for building and testing Flutter web engine.
# It stands for Flutter Engine Local Tester.
# TODO: Add git fetch --tags step. Tags are critical for the correct Dart
# version.
FELT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"