Skip to content

💄 (bot) Fix bubble max widths and guest avatar shrinking #206

💄 (bot) Fix bubble max widths and guest avatar shrinking

💄 (bot) Fix bubble max widths and guest avatar shrinking #206

name: Publish @typebot.io/js package to NPM
on:
push:
tags:
- 'js-v*'
jobs:
publish:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
- run: pnpm i --frozen-lockfile
- run: pnpm turbo build [email protected]/js...
- run: cd packages/embeds/js && pnpm publish --no-git-checks --access public