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

This commit is contained in:
nturgut 2020-07-25 21:12:15 -07:00 committed by GitHub
parent 775070bf96
commit bf4cd9d73d

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 )"