Skip to content

Commit 59c3fb9

Browse files
authored
feature/MIG-6412 Include missing build step (#13)
1 parent a2e73bf commit 59c3fb9

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
@@ -37,6 +37,9 @@ jobs:
3737
- name: Update package.json version
3838
run: yarn version $VERSION
3939

40+
- name: Build package
41+
run: yarn build
42+
4043
- name: Publish to npm
4144
run: npm publish --access public
4245
env:

0 commit comments

Comments
 (0)