Skip to content

Commit c2d2755

Browse files
authored
Remove next build eslint and ts checks disabled for CI (calcom#25950)
1 parent 0ea7f19 commit c2d2755

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

apps/web/next.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ const informAboutDuplicateTranslations = () => {
108108
}
109109
};
110110

111-
112111
const plugins = [];
113112
if (process.env.ANALYZE === "true") {
114113
// only load dependency if env `ANALYZE` was set
@@ -211,14 +210,6 @@ const nextConfig = (phase) => {
211210
webpackBuildWorker: true,
212211
},
213212
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-
},
222213
transpilePackages: [
223214
"@calcom/app-store",
224215
"@calcom/dayjs",

0 commit comments

Comments
 (0)