Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
erickzanardo committed Dec 5, 2022
commit 36b0dcae3589d64254e699f63cd5d61d0bdbf5d0
3 changes: 1 addition & 2 deletions lib/src/commands/create/create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ class CreateCommand extends Command<int> {
if (macos.toBool()) 'macos',
if (windows.toBool()) 'windows',
],
if (publishable != null)
'publishable': publishable == 'true',
if (publishable != null) 'publishable': publishable == 'true',
};
await generator.hooks.preGen(vars: vars, onVarsChanged: (v) => vars = v);
final target = DirectoryGeneratorTarget(outputDirectory);
Expand Down