Skip to content

Commit d7bf4df

Browse files
committed
build browser before publishing
1 parent 5a38719 commit d7bf4df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27+
- name: browser build
28+
run: npm run build-browser
29+
2730
- name: Dry run publish with provenance
2831
run: npm publish --provenance --access public --dry-run
2932
env:

0 commit comments

Comments
 (0)