Skip to content

🚑 Fix empty bubble issue when plate element does not have a… #131

🚑 Fix empty bubble issue when plate element does not have a…

🚑 Fix empty bubble issue when plate element does not have a… #131

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