mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
e2302fe1c0
Summary: Retry the build per AppVeyor forum recomendation Test Plan: run a build Reviewers: juan, evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D3628
5 lines
140 B
Batchfile
5 lines
140 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
appveyor-retry "%~dp0\node.exe" "%~dp0\bootstrap" %*
|
|
) ELSE (
|
|
appveyor-retry node "%~dp0\bootstrap" %*
|
|
)
|