From f903901cff867446597ce8a434dd7bcc5ee90240 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Ortiz karliatto Date: Thu, 25 Apr 2024 10:36:55 +0200 Subject: [PATCH] fix(github): npm release action to build package --- .github/actions/release-connect-npm/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/release-connect-npm/action.yml b/.github/actions/release-connect-npm/action.yml index 1b1034f3f00..9cf60cf6e1d 100644 --- a/.github/actions/release-connect-npm/action.yml +++ b/.github/actions/release-connect-npm/action.yml @@ -67,6 +67,7 @@ runs: shell: bash run: | cd ./packages/${{ inputs.packageName }} + yarn build:lib yarn npm publish --tag ${{ inputs.deploymentType }} --access public - name: Cleanup