Skip to content

Commit 17a6076

Browse files
committed
chore: add build step to publish workflow
1 parent 0397a8e commit 17a6076

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- name: Install dependencies
6565
run: npm ci
6666

67+
- name: Build
68+
run: npm run build
69+
6770
- name: Determine Dist Tag
6871
id: dist
6972
env:

0 commit comments

Comments
 (0)