mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +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} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
|
typescript: {
|
||||||
|
// We use `yarn typecheck` on top level to check types
|
||||||
|
ignoreBuildErrors: true,
|
||||||
|
},
|
||||||
sentry: {
|
sentry: {
|
||||||
hideSourceMaps: true,
|
hideSourceMaps: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user