Skip to content

Commit 1516c68

Browse files
committed
prettier
1 parent eb7f204 commit 1516c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ci/add_changeset.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ async function addChangeSet() {
4141
try {
4242
// The way actions/checkout works, there is no local `master` branch, but it
4343
// has access to the remote origin/master.
44-
const { stdout } = await exec('yarn changeset status --since origin/master');
44+
const { stdout } = await exec(
45+
'yarn changeset status --since origin/master'
46+
);
4547
// only add a changeset for @firebase/app if
4648
// 1. we are publishing a new firebase version. and
4749
// 2. @firebase/app is not already being published

0 commit comments

Comments
 (0)