mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: fix workflow on check (#577)
* deps: add @sentry/cli * deps: remove @sentry/cli * chore: set dry run on ci * chore: remove dryRun
This commit is contained in:
parent
fcffa8a729
commit
72fbcdf6c9
@ -38,6 +38,10 @@ const NextConfig = {
|
|||||||
permanent: true
|
permanent: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
sentry: process.env.CI ? {
|
||||||
|
disableServerWebpackPlugin: true,
|
||||||
|
disableClientWebpackPlugin: true,
|
||||||
|
} : {}
|
||||||
}
|
}
|
||||||
module.exports = withSentryConfig(withPWA(NextConfig))
|
module.exports = withSentryConfig(withPWA(NextConfig))
|
||||||
Loading…
x
Reference in New Issue
Block a user