mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix: convertTo suffix log
This commit is contained in:
parent
783ef46cff
commit
510c9e2dc4
@ -72,7 +72,7 @@ export default class Package extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
convertTo(suffix) {
|
convertTo(suffix) {
|
||||||
this.logger.info('Converting to edge package')
|
this.logger.info(`Converting to ${suffix} package`)
|
||||||
this.addNameSuffix(`-${suffix}`)
|
this.addNameSuffix(`-${suffix}`)
|
||||||
this.generateVersion()
|
this.generateVersion()
|
||||||
this.writePackage()
|
this.writePackage()
|
||||||
|
Loading…
Reference in New Issue
Block a user