Skip to content

Commit d6fcd6c

Browse files
committed
prettier
1 parent 7683845 commit d6fcd6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/ci/add_changeset.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ 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(
45-
'yarn changeset status'
46-
);
44+
const { stdout } = await exec('yarn changeset status');
4745
// only add a changeset for @firebase/app if
4846
// 1. we are publishing a new firebase version. and
4947
// 2. @firebase/app is not already being published

0 commit comments

Comments
 (0)