Skip to content

Commit 059a104

Browse files
committed
chore: update publish-package.yml and tsconfig.json for build process adjustments
1 parent a3354b2 commit 059a104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc
5454
git config --global user.email "[email protected]"
5555
git config --global user.name "sendbird-sdk-deployment"
56+
- name: 'build packages'
57+
run: yarn build
5658
- name: 'publish to npm'
5759
env:
5860
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)