Skip to content

Commit

Permalink
Backport PR NUMBER proxy change to v1.0 branch (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyMak authored Nov 2, 2018
1 parent 55dab34 commit ed0c71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module.exports = (pkg, webtaskJson, rootPath, args, externals) => {
Object.keys(settings).forEach((k) => {
settings[k] = JSON.stringify(settings[k]);
});

if (process.env.PR_NUMBER) settings.PR_NUMBER = process.env.PR_NUMBER;

const activePlugins = [];
const activeLoaders = [];
Expand Down

0 comments on commit ed0c71f

Please sign in to comment.