Skip to content

Commit

Permalink
Merge pull request #2 from hypothesis/add-files-to-package
Browse files Browse the repository at this point in the history
Actually compile the package before publishing
  • Loading branch information
robertknight authored Oct 5, 2023
2 parents badd3a9 + 0bcb123 commit a8b4144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.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
run: yarn install --immutable
- name: Build
run: yarn build
- name: Publish package
run: npm publish --access public
env:
Expand Down

0 comments on commit a8b4144

Please sign in to comment.