This represents what command runs when you run
turbo build goes into all packages and apps and runs npm run build inside them (provided they have it)
turbo build
npm run build
Same for dev and lint
dev
lint