:vercel: Build
:docker:node:20.11
npx vercel pull --yes --environment=production --token="$VERCEL_TOKEN"npx vercel build --prod --token="$VERCEL_TOKEN"
:jest: Test
:docker:node:20.11
npm installnpm test
if build.branch == "main"
:vercel: Deploy
:docker:node:20.11
npx vercel deploy --prebuilt --prod --token="$VERCEL_TOKEN"
97%