Abraham Kim
09/19/2022, 10:54 AMyarn build toasts my machine (takes > 30 minutes and counting).
The part it seems to get stuck on is Linting and checking validity of types ..
What specs are ya'll running? Am I doing something wrong?
I am using node version 16Eeshaan Pirani
10/19/2022, 6:18 AMapps/web/next.config.js
...
eslint: {
ignoreDuringBuilds: true
},
typescript: {
ignoreBuildErrors: true
}
...Eeshaan Pirani
10/19/2022, 6:19 AMEeshaan Pirani
10/19/2022, 6:57 AMnode_modules and other build output and the VPS slowed to a halt.
upgraded to 2-core, 2 GB RAM VPS with 40 GB storage. build takes about 16 minutes on this machine when skipping linting and type-checking. it will normally fail if it tries to lint and type-check as the machine runs out of memory.Eeshaan Pirani
10/19/2022, 7:03 AM.env vars go into the static pages of the build, but i’m not sure if the database is queried during build.