Skip to content

Commit c374f62

Browse files
committed
merge lint issue
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 3af4ebb commit c374f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/node.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ export class NodeCommand extends BaseCommand {
939939
self.configManager.update(argv)
940940
// disable the prompts that we don't want to prompt the user for
941941
prompts.disablePrompts([
942-
flags.devMode
942+
flags.devMode,
943943
flags.localBuildPath
944944
])
945945

0 commit comments

Comments
 (0)