We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea7f19 commit c2d2755Copy full SHA for c2d2755
1 file changed
apps/web/next.config.js
@@ -108,7 +108,6 @@ const informAboutDuplicateTranslations = () => {
108
}
109
};
110
111
-
112
const plugins = [];
113
if (process.env.ANALYZE === "true") {
114
// only load dependency if env `ANALYZE` was set
@@ -211,14 +210,6 @@ const nextConfig = (phase) => {
211
210
webpackBuildWorker: true,
212
},
213
productionBrowserSourceMaps: true,
214
- /* We already do type check on GH actions */
215
- typescript: {
216
- ignoreBuildErrors: !!process.env.CI,
217
- },
218
- /* We already do linting on GH actions */
219
- eslint: {
220
- ignoreDuringBuilds: !!process.env.CI,
221
222
transpilePackages: [
223
"@calcom/app-store",
224
"@calcom/dayjs",
0 commit comments