Skip to content

Commit

Permalink
should be good enough
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 31, 2019
1 parent 72d5596 commit 3d5e1cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ module.exports = withTypescript({
}

// We want to speed-up the build of pull requests.
// if (process.env.PULL_REQUEST === 'true') {
// traverse(pages, 'en');
// } else {
LANGUAGES_SSR.forEach(userLanguage => {
traverse(pages, userLanguage);
});
// }
if (process.env.PULL_REQUEST === 'true') {
traverse(pages, 'en');
} else {
LANGUAGES_SSR.forEach(userLanguage => {
traverse(pages, userLanguage);
});
}

return map;
},
Expand Down

0 comments on commit 3d5e1cc

Please sign in to comment.