Jens Preußner
11/25/2022, 2:53 PMeslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
ignoreDuringBuilds: true,
},
ìn the file... 🤔Jens Preußner
11/25/2022, 2:55 PMeslint: {
ignoreDuringBuilds: !!<http://process.env.CI|process.env.CI>,
},
would it be okay to change this to a permanent true?zomars
11/25/2022, 2:56 PMJens Preußner
11/25/2022, 2:57 PMyarn build does not create one.. just as in https://github.com/calcom/cal.com/issues/4948Jens Preußner
11/25/2022, 2:58 PMJens Preußner
11/25/2022, 2:59 PMJens Preußner
11/25/2022, 3:10 PMzomars
11/25/2022, 4:41 PMzomars
11/25/2022, 4:41 PM