Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 5b8d2d1

Browse files
committed
minor: fixes unicode icons
1 parent b3555df commit 5b8d2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deploy/actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export default async function deploy(
3131
...(options.baseHref && { baseHref: options.baseHref })
3232
};
3333

34-
context.logger.info(` Building "${context.target.project}"`);
35-
context.logger.info(` Build target "${buildTarget.name}"`);
34+
context.logger.info(`📦 Building "${context.target.project}"`);
35+
context.logger.info(`📦 Build target "${buildTarget.name}"`);
3636

3737
const build = await context.scheduleTarget(
3838
targetFromTargetString(buildTarget.name),

0 commit comments

Comments
 (0)