test
This commit is contained in:
parent
788cc5e01e
commit
203a38a7a1
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 packages upgrade && flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
|
||||
Loading…
Reference in a new issue