update
This commit is contained in:
parent
203a38a7a1
commit
a113997a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ IF NOT %REV_OLD%==%REV_NEW% set RESULT=FALSE
|
|||
: echo %RESULT% > result.txt
|
||||
: set /p RESULT=<result.txt
|
||||
|
||||
IF "%RESULT%"=="FALSE" flutter clean && flutter packages upgrade && flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
|
||||
IF "%RESULT%"=="FALSE" flutter clean && flutter pub upgrade --major-versions && flutter packages upgrade && flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
|
||||
Loading…
Reference in a new issue