Screenshot 2024-03-16 at 1.31.42 PM.jpg

scripts

This represents what command runs when you run

  1. npm run build
  2. npm run dev
  3. npm run lint

turbo build goes into all packages and apps and runs npm run build inside them (provided they have it)

Same for dev and lint