From a41a70d984b7ed293d1987896f0462be7f88d970 Mon Sep 17 00:00:00 2001 From: ckawell-sb Date: Tue, 10 Sep 2024 16:25:44 -0500 Subject: [PATCH] feat: QPPA-0000 fix publish build --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f9a4de89..8af53504 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,8 +33,10 @@ jobs: node-version: 20 registry-url: "https://registry.npmjs.org" - - name: Install Dependencies - run: npm ci + - name: Install Dependencies and Build + run: | + npm ci + npm run build - name: Update version in package.json and package-lock.json env: