Skip to content

Commit aaab5c6

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,14 @@ 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
5856
- name: 'publish to npm'
5957
env:
6058
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6159
VERSION: ${{ github.event.inputs.version }}
6260
DEBUG: '*'
6361
run: |
6462
yarn lerna version "$VERSION" --yes
65-
yarn lerna publish from-git --yes --loglevel verbose
63+
yarn lerna publish from-git --yes
6664
- name: 'approve a pull request'
6765
env:
6866
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)