From 6fe38842e1b5b3d22f9a67d14ead683adc4aaaa3 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Tue, 26 Jan 2021 17:27:24 +0100 Subject: [PATCH] @eps1lon REVERT LATER deploy all locales --- docs/next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/next.config.js b/docs/next.config.js index bb4c78b04e3892..a4698f4dfb756f 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -177,7 +177,8 @@ module.exports = { // We want to speed-up the build of pull requests. // For crowdin PRs we want to build all locales for testing. - if (process.env.PULL_REQUEST === 'true' && !l10nPRInNetlify && !vercelDeploy) { + // FIXME REVERT LATER building all locales for testing + if (process.env.PULL_REQUEST === 'NONSESE' && !l10nPRInNetlify && !vercelDeploy) { // eslint-disable-next-line no-console console.log('Considering only English for SSR'); traverse(pages, 'en');