added a debug for the publish params
This commit is contained in:
parent
8c50fc8b83
commit
c439e3d971
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ const createBasicPublishParams = (filePath, name, title, description, license, n
|
|||
if (thumbnail) {
|
||||
publishParams['metadata']['thumbnail'] = thumbnail;
|
||||
}
|
||||
logger.debug('publish params:', publishParams);
|
||||
return publishParams;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue