Skip to content

Commit f19e406

Browse files
temporarily disable community adders (#91)
Co-authored-by: AdrianGonz97 <[email protected]>
1 parent 939cd1b commit f19e406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/commands/add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const add = new Command('add')
5353
.option('-C, --cwd <path>', 'path to working directory', defaultCwd)
5454
.option('--no-install', 'skips installing dependencies')
5555
.option('--no-preconditions', 'skips validating preconditions')
56-
.option('--community [adder...]', 'community adders to install')
56+
//.option('--community [adder...]', 'community adders to install')
5757
.configureHelp(common.helpConfig)
5858
.action((adderArgs, opts) => {
5959
// validate workspace

0 commit comments

Comments
 (0)