Skip to content

🐛 Fix Google Font bold weight in injectFont function #236

🐛 Fix Google Font bold weight in injectFont function

🐛 Fix Google Font bold weight in injectFont function #236

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: oven-sh/setup-bun@v2
- run: bun install
- run: bunx turbo build --filter=@typebot.io/js...
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: cd packages/embeds/js && bun run npm publish --no-git-checks --access public