File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
2424 } ;
2525
2626if (
27- ! process . env . NODE_ENV &&
2827 process . env . NODE_ENV !== 'development' &&
2928 ( ! process . env . NEXT_PUBLIC_SENTRY_DSN || ! process . env . SENTRY_DSN )
3029) {
Original file line number Diff line number Diff line change 2121 "build" : " yarn enforce-redirects && next build && yarn generate-md-exports" ,
2222 "generate-md-exports" : " node scripts/generate-md-exports.mjs" ,
2323 "vercel:build:developer-docs" : " yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build" ,
24+ "start:dev" : " NODE_ENV=development yarn build && yarn start" ,
2425 "start" : " next start" ,
2526 "lint" : " next lint" ,
2627 "lint:ts" : " tsc --skipLibCheck" ,
You can’t perform that action at this time.
0 commit comments