Skip to content

Commit 56d1da0

Browse files
authored
chore: add build step to publish workflow (#10263)
1 parent 0397a8e commit 56d1da0

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)