Skip to content

Commit a286ede

Browse files
committed
chore: wip
1 parent 4c7655a commit a286ede

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

bun.lockb

1.69 KB
Binary file not shown.

storage/framework/core/buddy/src/commands/release.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export function release(buddy: CLI) {
3939
useSeconds: true,
4040
})
4141

42-
console.log('')
4342
log.info(`Follow along: ${italic('https://github.com/stacksjs/stacks/actions')}`)
4443
})
4544

storage/framework/core/cli/src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function intro(command: string, options?: IntroOptions): Promise<nu
1616
console.log()
1717
}
1818

19-
log.info(`Running ${bgCyan(italic(bold(` ${command} `)))}`, { styled: false })
19+
log.info(`Running ${bgCyan(italic(bold(` ${command} `)))}`)
2020

2121
if (options?.showPerformance === false || options?.quiet) return resolve(0)
2222

0 commit comments

Comments
 (0)