Skip to content

Commit 5ceecce

Browse files
committed
chore: tweak scripts/prepare.js
1 parent d547c4f commit 5ceecce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/prepare.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,15 @@ async function prepare() {
249249
pkg[key] = fields[key]
250250
})
251251

252-
log(``)
252+
log('')
253+
log(chalk.yellow(lernaJson.version))
254+
log('')
253255
await Promise.all(
254256
Object.keys(packages).map(name => {
255257
const pkg = packages[name]
256258
log(chalk.cyan(name))
257-
log(` rootDir: %O`, pkg.dir)
258-
log(` version: %O`, pkg.version)
259-
log(``)
259+
log('./' + pkg.dir)
260+
log('')
260261
return preparePackage(pkg)
261262
})
262263
)

0 commit comments

Comments
 (0)