make sure eslint-plugin-next is built when running 'pnpm dev' (#78305)
this fixes an annoying issue where `eslint-plugin-next` causes a bunch
of typescript errors after a `pnpm clean`. the reason for this was that
it didn't have a `"dev"` script, so `pnpm dev` ignored it, and so it
never got built at all.