We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed81d2d commit f5702afCopy full SHA for f5702af
example_app/build-web.sh
@@ -16,7 +16,7 @@ echo "👋 Building inside of: \n "$APP_DIR
16
if cd $FLUTTER_DIR; then
17
echo "📦 Cahed version of Flutter Beta found!"
18
echo "👀 Checking for updates..."
19
- git pull && cd ..
+ git pull --ff-only && cd ..
20
else
21
echo "🦋 Download and setup Flutter Beta"
22
git clone https://github.com/flutter/flutter.git
0 commit comments