Skip to content

Commit b69ce31

Browse files
Merge pull request #30 from SimformSolutionsPvtLtd/fix/UNT-T8849
Update publish workflow
2 parents 4c796c7 + 2ff70ff commit b69ce31

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)