Skip to content

Commit a8b4144

Browse files
authored
Merge pull request #2 from hypothesis/add-files-to-package
Actually compile the package before publishing
2 parents badd3a9 + 0bcb123 commit a8b4144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install
1818
run: yarn install --immutable
19+
- name: Build
20+
run: yarn build
1921
- name: Publish package
2022
run: npm publish --access public
2123
env:

0 commit comments

Comments
 (0)