Skip to content

Commit edc672a

Browse files
committed
Add build step to publish npm workflow
1 parent 53b601d commit edc672a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
node-version: 20
4343
- name: Install dependencies
4444
run: yarn install --frozen-lockfile
45+
- name: Build
46+
run: yarn build
4547
- name: Publish to npm
4648
run: npm publish
4749
env:

0 commit comments

Comments
 (0)