From 8ac1c03033ec9370528607083e3248c87686aa73 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 28 Mar 2018 15:43:43 -0400 Subject: [PATCH] ci build script npm dist too --- ci-build.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-build.cmd b/ci-build.cmd index 24106ff8878..809cba2ce76 100644 --- a/ci-build.cmd +++ b/ci-build.cmd @@ -6,6 +6,7 @@ SET DIST_DIR=%APPVEYOR_BUILD_FOLDER%\dist\ SET DIST_SRC_DIR=%DIST_DIR%Source\ SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git +call npm run dist call git clone %REPO_URL% %DIST_SRC_DIR% cd %DIST_SRC_DIR% call git checkout %APPVEYOR_REPO_COMMIT%