Skip to content

fix(deps): update dependency @chakra-ui/react to v3.34.0 #2645

fix(deps): update dependency @chakra-ui/react to v3.34.0

fix(deps): update dependency @chakra-ui/react to v3.34.0 #2645

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
environment: Preview
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: |
npx convex dev &
sleep 5
pnpm run build
kill %1
env:
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
VITE_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}