Skip to content

Commit

Permalink
remove stats config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 13, 2021
1 parent fccbff6 commit 51b4cc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const renames = [
module.exports = {
commentHeading: 'Stats from current PR',
commentReleaseHeading: 'Stats from current release',
appBuildCommand:
'ls node_modules && echo "--bin--" && ls node_modules/.bin && echo "--next--" && ls node_modules/next/**/* && echo "--build--" && NEXT_TELEMETRY_DISABLED=1 yarn next build',
appBuildCommand: 'NEXT_TELEMETRY_DISABLED=1 yarn next build',
appStartCommand: 'NEXT_TELEMETRY_DISABLED=1 yarn next start --port $PORT',
mainRepo: 'vercel/next.js',
mainBranch: 'canary',
Expand Down Expand Up @@ -123,7 +122,7 @@ module.exports = {
content: `
module.exports = {
generateBuildId: () => 'BUILD_ID',
target: 'serverless',
target: 'serverless'
}
`,
},
Expand Down

0 comments on commit 51b4cc5

Please sign in to comment.