Skip to content

♻️ Use bun, biome, better ts config, new license and remove al… #235

♻️ Use bun, biome, better ts config, new license and remove al…

♻️ Use bun, biome, better ts config, new license and remove al… #235

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: oven-sh/setup-bun@v2
- run: bun install
- run: bunx turbo build [email protected]/react...
- run: cd packages/embeds/react && bun run npm publish --no-git-checks --access public