fix(publishmodule): Fix bug in package.json creation for publish module
This commit is contained in:
@@ -104,6 +104,7 @@ export class PublishModule {
|
||||
await this.createPackageJson(),
|
||||
'utf8'
|
||||
);
|
||||
await packageJson.write();
|
||||
|
||||
// ts folder
|
||||
await plugins.smartfile.fs.copy(this.options.packageSubFolderFullPath, plugins.path.join(this.options.publishModDirFullPath, this.options.packageSubFolder))
|
||||
|
Reference in New Issue
Block a user