File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ echo "👋 Building inside of: \n "$APP_DIR
16
16
if cd $FLUTTER_DIR ; then
17
17
echo " 📦 Cahed version of Flutter Beta found!"
18
18
echo " 👀 Checking for updates..."
19
- git pull && cd ..
19
+ git pull --ff-only && cd ..
20
20
else
21
21
echo " 🦋 Download and setup Flutter Beta"
22
22
git clone https://github.com/flutter/flutter.git
@@ -33,7 +33,7 @@ echo "👷♀️🛠 Building Flutter app for web"
33
33
$FLUTTER_BIN config --enable-web
34
34
$FLUTTER_BIN build web --release
35
35
36
- echo " 🚚🖼 Copying graphic assets to expected folder "
37
- cp -R $APP_DIR /assets/. $APP_DIR /build/web/assets
36
+ echo " 🚚🖼 Copying graphic assets to their expected folders "
37
+ cp -R $APP_DIR /build/web/ assets/. $APP_DIR /build/web/
38
38
39
39
echo " ✅🦋 Flutter for web build pipeline complete!"
You can’t perform that action at this time.
0 commit comments