Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from mydea/build-on-master
Browse files Browse the repository at this point in the history
Ensure assets are built again on master
  • Loading branch information
chrysanthos authored Apr 30, 2020
2 parents cc0164c + d7e8e7e commit 3c86a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function run() {
const prAssets = await getAssetSizes(files);

await exec(`git checkout ${pullRequest.base.sha}`);
await buildAssets(buildAssetsCommand);
const masterAssets = await getAssetSizes(files);

const fileDiffs = diffSizes(normaliseFingerprint(masterAssets), normaliseFingerprint(prAssets));
Expand Down

0 comments on commit 3c86a59

Please sign in to comment.