Skip to content

Commit

Permalink
chore: fix pr-bundle-impact.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 12, 2024
1 parent 3d96e18 commit 72056b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pr-bundle-impact.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-check
const { execSync } = require('child_process')

export async function run({ github, core, context }, exec = execSync) {
exports.run = async function run({ github, core, context }, exec = execSync) {
try {
// 1. Run `pnpm bundle-impact` to get the bundle impact
const bundleImpact = exec('pnpm -s bundle-impact').toString().trim()
Expand Down

0 comments on commit 72056b8

Please sign in to comment.