mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
update ci script
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user