Skip to content

Commit

Permalink
Merge pull request #31 from bruceharrison1984/fix-release-build
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
bruceharrison1984 authored Sep 12, 2024
2 parents 57c952c + f0d140a commit 5fb6fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: NPM Install
run: npm ci

- name: Test
run: npm run test

- name: Build
run: npm run build

- name: Test
run: npm run test

- name: Upload package artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5fb6fd1

Please sign in to comment.