mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
ci build script npm dist too
This commit is contained in:
parent
ff0e5d5999
commit
8ac1c03033
@ -6,6 +6,7 @@ SET DIST_DIR=%APPVEYOR_BUILD_FOLDER%\dist\
|
|||||||
SET DIST_SRC_DIR=%DIST_DIR%Source\
|
SET DIST_SRC_DIR=%DIST_DIR%Source\
|
||||||
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
|
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
|
||||||
|
|
||||||
|
call npm run dist
|
||||||
call git clone %REPO_URL% %DIST_SRC_DIR%
|
call git clone %REPO_URL% %DIST_SRC_DIR%
|
||||||
cd %DIST_SRC_DIR%
|
cd %DIST_SRC_DIR%
|
||||||
call git checkout %APPVEYOR_REPO_COMMIT%
|
call git checkout %APPVEYOR_REPO_COMMIT%
|
||||||
|
Loading…
Reference in New Issue
Block a user