1 parent e461cdd commit a300e78Copy full SHA for a300e78
1 file changed
src/commands/prepare.ts
@@ -112,7 +112,7 @@ export const prepareCommandDef = defineCommand({
112
113
if (freshState.outdated.length > 0) {
114
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.`)
+ p.log.info(`${n} package${n > 1 ? 's' : ''} ha${n > 1 ? 've' : 's'} new features and/or breaking changes. Run \`skilld update\` to sync.`)
116
}
117
},
118
})
0 commit comments