Invoke easyjson in these two places too, we really should add some sort of fallback for this.

This commit is contained in:
Azareal 2019-04-01 15:49:36 +10:00
parent 9d321e9f23
commit ed4adeaeb5
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
echo "Updating the dependencies"
go get -u github.com/mailru/easyjson/...
easyjson -pkg common
go get

View File

@ -7,6 +7,12 @@ if %errorlevel% neq 0 (
exit /b %errorlevel%
)
easyjson -pkg common
if %errorlevel% neq 0 (
pause
exit /b %errorlevel%
)
go get
if %errorlevel% neq 0 (
pause