1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

update ci script

This commit is contained in:
Kyle Spearrin 2018-04-14 10:21:43 -04:00
parent c07d2739dd
commit 5510f1b560

View File

@ -10,6 +10,12 @@ SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
ECHO ## Build dist
CALL npm run dist
ECHO ## Run test
CALL npm run test
ECHO ## Package coverage report
CALL gulp ci
:: Build sources for reviewers
ECHO ## Build sources
CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%