1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

Fix Netlify builds for PRs (#5876)

* Set CPU limit for Next build

* It looks like it worked, re-running to be sure

* That worked too, one more time...

* Revert "Set CPU limit for Next build" to make sure this is the fix

This reverts commit d8274996f0.

* Un-revert "Set CPU limit for Next build"

This reverts commit d7e06c8ad8.
This commit is contained in:
Joe Anderson
2025-05-24 21:51:00 +01:00
committed by GitHub
parent 7f5f9e1c62
commit ffe3f8c129

View File

@@ -15,4 +15,8 @@ module.exports = {
})
return config
},
// https://answers.netlify.com/t/basic-nextjs-website-failing-to-build-with-exit-code-129/120273/2
experimental: {
cpus: 1,
},
}