Skip to content

Commit

Permalink
Ensure Git feature.manyFiles is enabled (#31408)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 15, 2021
1 parent 644d361 commit 4223611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"next-no-sourcemaps": "node --trace-deprecation packages/next/dist/bin/next",
"clean-trace-jaeger": "rm -rf test/integration/basic/.next && TRACE_TARGET=JAEGER node --trace-deprecation --enable-source-maps packages/next/dist/bin/next build test/integration/basic",
"debug": "node --inspect packages/next/dist/bin/next",
"postinstall": "node scripts/install-native.mjs"
"postinstall": "git config feature.manyFiles true && node scripts/install-native.mjs"
},
"pre-commit": "lint-staged",
"devDependencies": {
Expand Down

0 comments on commit 4223611

Please sign in to comment.