Skip to content

Commit a66e28a

Browse files
committed
fmt
1 parent d741173 commit a66e28a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/cli/src/commands/packages/enable-publishing.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ export default class EnablePublishing extends Command {
5252

5353
// Step 1: Find all element/lib packages
5454
this.logger.info('📦 Finding @pie-element/* and @pie-lib/* packages...');
55-
const allPackagePaths = await glob(PACKAGE_MANIFEST_PATTERN, { ignore: ['**/node_modules/**'] });
55+
const allPackagePaths = await glob(PACKAGE_MANIFEST_PATTERN, {
56+
ignore: ['**/node_modules/**'],
57+
});
5658
const packagePaths: string[] = [];
5759
const packageNames: string[] = [];
5860

0 commit comments

Comments
 (0)