Skip to content

Commit 5c0d974

Browse files
committed
chore: update config files
1 parent 5295e04 commit 5c0d974

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ export default (configInput: ConfigInput = {}) => {
133133
...configInput,
134134
commands: getNormalizedCommands(configInput.commands),
135135
options: getNormalizedOptions(configInput.options),
136-
...(configInput.action && {
137-
action: ignoreReturn(configInput.action),
138-
}),
136+
...(configInput.action && { action: ignoreReturn(configInput.action) }),
139137
},
140138
{ allowUnknownOption: false },
141139
);

0 commit comments

Comments
 (0)