Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-fielding committed Jun 9, 2020
1 parent b24ac64 commit 60cc87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const octokit = new Octokit({
exec(
`git diff refs/remotes/origin/${process.env.GITHUB_BASE_REF} refs/remotes/origin/${process.env.GITHUB_HEAD_REF} package.json`,
(err, out, e) => {
console.log(core.getInput('strict'));
const packageList = utils.getPackageListFromDiff(out);
const requests = packageList.map(package => {
const r = fetch(`https://bundlephobia.com/api/size?package=${package}`, {
Expand Down

0 comments on commit 60cc87a

Please sign in to comment.