Skip to content

Commit a300e78

Browse files
committed
fix: use p.log.info for outdated notification
1 parent e461cdd commit a300e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/prepare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const prepareCommandDef = defineCommand({
112112

113113
if (freshState.outdated.length > 0) {
114114
const n = freshState.outdated.length
115-
p.log.warn(`${n} package${n > 1 ? 's' : ''} ha${n > 1 ? 've' : 's'} new features and/or breaking changes. Run \`skilld update\` to sync.`)
115+
p.log.info(`${n} package${n > 1 ? 's' : ''} ha${n > 1 ? 've' : 's'} new features and/or breaking changes. Run \`skilld update\` to sync.`)
116116
}
117117
},
118118
})

0 commit comments

Comments
 (0)