Skip to content

Commit

Permalink
Merge pull request #34 from patrickcate/feature/release-build
Browse files Browse the repository at this point in the history
fix: add semantic release build commands
  • Loading branch information
patrickcate authored Apr 21, 2024
2 parents c0dc0ae + 588af3a commit f21af0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Verify the integrity of installed dependencies
run: npm audit signatures

- name: Build playground
run: npm run dev:prepare

- name: Build module
run: npm run prepack

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }}
Expand Down

0 comments on commit f21af0e

Please sign in to comment.