Skip to content

Commit 0bcb123

Browse files
committed
Actually compile the package before publishing
Without this, the uploaded package is almost empty.
1 parent badd3a9 commit 0bcb123

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)