fixed flavour scripts
This commit is contained in:
parent
5e622271fd
commit
74a376aa8f
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ if [ ! -d "scripts" ]; then
|
|||
cd ..
|
||||
fi
|
||||
|
||||
PUBSPEC_PATH="../pubspec.yaml"
|
||||
PUBSPEC_PATH="pubspec.yaml"
|
||||
|
||||
flutter clean
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ if [ ! -d "scripts" ]; then
|
|||
cd ..
|
||||
fi
|
||||
|
||||
PUBSPEC_PATH="../pubspec.yaml"
|
||||
PUBSPEC_PATH="pubspec.yaml"
|
||||
|
||||
flutter clean
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ if [ ! -d "scripts" ]; then
|
|||
cd ..
|
||||
fi
|
||||
|
||||
PUBSPEC_PATH="../pubspec.yaml"
|
||||
PUBSPEC_PATH="pubspec.yaml"
|
||||
|
||||
flutter clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue