From cd7c48117151fad9f0b78e92858d257864b68d2c Mon Sep 17 00:00:00 2001 From: _Kerman Date: Wed, 8 Nov 2023 17:46:16 +0800 Subject: [PATCH] ci: fix build --- .github/workflows/azure-static-web-app.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-app.yml b/.github/workflows/azure-static-web-app.yml index 2ce0de7..e8b1c49 100644 --- a/.github/workflows/azure-static-web-app.yml +++ b/.github/workflows/azure-static-web-app.yml @@ -32,9 +32,12 @@ jobs: - name: Install dependencies in Quasi run: pnpm i working-directory: ./ - - name: Build + - name: Build Refina run: pnpm build - working-directory: ./packages/northstar + working-directory: ../refina + - name: Build Quasi + run: pnpm build + working-directory: ./ - name: Deploy id: deploy uses: Azure/static-web-apps-deploy@v1