Skip to content

Commit

Permalink
fix: fix beta action
Browse files Browse the repository at this point in the history
  • Loading branch information
ckawell committed Aug 29, 2024
1 parent 1323b22 commit 5169116
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-beta-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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 5169116

Please sign in to comment.