Skip to content

Commit

Permalink
Actually build package
Browse files Browse the repository at this point in the history
  • Loading branch information
raven-wing authored Oct 5, 2022
1 parent f5c88b3 commit 11e8e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build
- name: Publish npm package
run: npm publish
env:
Expand Down

0 comments on commit 11e8e25

Please sign in to comment.