From bb827724bd5a9f317e2c10d4825a4a6f24053f44 Mon Sep 17 00:00:00 2001 From: Daniel Marsh-Patrick Date: Tue, 30 Apr 2024 12:41:23 +1200 Subject: [PATCH] build: modify build workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc2ba33..bb1dae06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,14 +31,14 @@ jobs: ${{ runner.OS }}- - name: Install Packages run: npm ci + - name: Build packages + run: npm run build - name: Validate Current Configuration (deneb-config.json) run: npm run validate-config-for-commit - name: Linting Checks run: npm run eslint - name: Prettier Checks run: npm run prettier-check - - name: Build - run: npm run build - name: Tests run: npm run test - name: Confirm pbiviz package (AppSource Version)