chore: remediate CI blockers for production readiness
This commit is contained in:
@@ -115,7 +115,7 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
name: 'GoodGo Web',
|
||||
command: `pnpm exec next dev --port ${WEB_PORT}`,
|
||||
command: `rm -rf .next && pnpm exec next dev --port ${WEB_PORT}`,
|
||||
cwd: './apps/web',
|
||||
port: Number(WEB_PORT),
|
||||
reuseExistingServer: !process.env.CI,
|
||||
|
||||
Reference in New Issue
Block a user