Skip to content
meirlabs

deploy

Typecheck, build, env check, ship to Vercel

v0.1.1

The five-step ship checklist as a skill: typecheck, production build, env sanity, deploy to Vercel, report the URL. Small on purpose — it exists so "deploy" always means the same verified sequence.

npx @meir-labs/skill-deploy
GitHub

What it does

  • runs tsc and a production build before anything ships
  • checks .env.local has the required vars
  • deploys with vercel --prod and reports the live URL