Skip to content

Commit

Permalink
Merge pull request #831 from CMSgov/fix-publish-build
Browse files Browse the repository at this point in the history
feat: QPPA-0000 fix publish build
  • Loading branch information
ckawell-sb committed Sep 10, 2024
2 parents bf67bd1 + a41a70d commit 0fd48a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fd48a3

Please sign in to comment.