Can't deploy a TypeScript app: tsc not found
Hello! I have a simple Vite (React + Typescript) app I'm trying to deploy on Cloudflare Pages. I have my git repo hooked up, but when I push, the dependencies all install correctly, it correctly runs
npm run build, and I then get sh: 1: tsc: not found.