Skip to content

⚡ (chatwoot) Unmount Typebot embed bubble when opening chatwoot #140

⚡ (chatwoot) Unmount Typebot embed bubble when opening chatwoot

⚡ (chatwoot) Unmount Typebot embed bubble when opening chatwoot #140

name: Publish @typebot.io/react package to NPM
on:
push:
tags:
- 'react-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]/react...
- run: cd packages/embeds/react && pnpm publish --no-git-checks --access public