Skip to content

Commit

Permalink
REVERT LATER: BUild all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 22, 2021
1 parent 5de356e commit 72fc451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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 BEFORE MERGING
if (process.env.PULL_REQUEST === 'false' && !l10nPRInNetlify && !vercelDeploy) {
// eslint-disable-next-line no-console
console.log('Considering only English for SSR');
traverse(pages, 'en');
Expand Down

0 comments on commit 72fc451

Please sign in to comment.