From 30d69a64178a5eda518cff97b65f393a82861f43 Mon Sep 17 00:00:00 2001 From: Mark Hamilton Date: Wed, 12 Aug 2020 15:54:39 -0400 Subject: [PATCH] Update master_mosaic-beta.yml --- .github/workflows/master_mosaic-beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master_mosaic-beta.yml b/.github/workflows/master_mosaic-beta.yml index 98fd577..00bde65 100644 --- a/.github/workflows/master_mosaic-beta.yml +++ b/.github/workflows/master_mosaic-beta.yml @@ -22,6 +22,7 @@ jobs: - name: npm install, build, and test run: | + cd frontend npm install npm run build --if-present npm run test --if-present @@ -32,4 +33,4 @@ jobs: app-name: 'mosaic-beta' slot-name: 'production' publish-profile: ${{ secrets.AzureAppService_PublishProfile_49db28a9807849198359c51c5330fea1 }} - package: . \ No newline at end of file + package: .