1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +02:00

remove empty echos

This commit is contained in:
Kyle Spearrin 2018-03-29 17:32:14 -04:00
parent 0569c349ff
commit 393f178242

View File

@ -7,15 +7,11 @@ SET DIST_SRC_DIR=%DIST_DIR%Source\
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
:: Do normal build
ECHO
ECHO ## Build dist
ECHO
CALL npm run dist
:: Build sources for reviewers
ECHO
ECHO ## Build sources
ECHO
CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
cd %DIST_SRC_DIR%
CALL git checkout %APPVEYOR_REPO_COMMIT%