#Type Checking V3
1 messages · Page 1 of 1 (latest)
Uh that was meant to link to the skip type check flag
@mossy sentinel
Yes definitely but it’s tricky, something we definitely want to do
The only one at the moment is to skip typechecking when deploying
How do you deploy now?
Yea I wouldn’t suggest doing no typechecking during deploy
Just don’t do it using the typechecking that happens in our deploy command
Do it before you call deploy
That’s why I asked how you deploy how, e.g. GitHub actions?
Gotcha, does Vercel run a typechecking step before deploy?
How are you planning on deploying v3?
I just mean are you going to deploy just from the command line from your local machine or setup GitHub actions https://trigger.dev/docs/v3/github-actions
Yup exactly
When we build our Vercel & GitHub integration this will all be handled