Skip to content

Commit 2ff70ff

Browse files
fix(UNT-T8849): updated publish workflow
1 parent 4c796c7 commit 2ff70ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
node-version: 16
1919
registry-url: https://registry.npmjs.org
2020
- name: 🚀 Build & Publish
21-
run: yarn install && yarn publish --access public
21+
run: yarn install && yarn build && yarn publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)