Skip to content

Commit 987a350

Browse files
committed
format
1 parent 3e15838 commit 987a350

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
@@ -142,7 +142,9 @@ async function addChangeSet() {
142142
releaseTypeValues[maxProductRelease] > releaseTypeValues[firebaseRelease]
143143
) {
144144
console.log(
145-
`Creating a ${maxProductRelease} changeset for firebase due to ${maxProducts.join(', ')}`
145+
`Creating a ${maxProductRelease} changeset for firebase due to ${maxProducts.join(
146+
', '
147+
)}`
146148
);
147149
writeFileSync(
148150
join(CHANGESET_DIR_PATH, 'bump-root-package.md'),

0 commit comments

Comments
 (0)