mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
build: skip type check in next.js build (#2952)
This commit is contained in:
@@ -56,6 +56,10 @@ const profileTarget = {
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
typescript: {
|
||||
// We use `yarn typecheck` on top level to check types
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
sentry: {
|
||||
hideSourceMaps: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user