Skip to content

Commit 06ac7f7

Browse files
authored
Update bundle.ts
1 parent 0532948 commit 06ac7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ export const commands = {
960960

961961
await pack(path.resolve(intermediaDir), realOutput);
962962

963-
if (name && description && metaInfo) {
963+
if (name) {
964964
const versionName = await versionCommands.publish({
965965
args: [realOutput],
966966
options: {

0 commit comments

Comments
 (0)