Skip to content

Commit

Permalink
fix(dev-infra): remove commit message wizard and builder (#41280)
Browse files Browse the repository at this point in the history
Removing commit message builder and wizard as they are unused and
unneeded.

PR Close #41280
  • Loading branch information
josephperrott authored and mhevery committed Mar 19, 2021
1 parent e8cae22 commit 5eb7f34
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 480 deletions.
1 change: 0 additions & 1 deletion dev-infra/build-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var fs = require('fs');
var path = require('path');
var chalk = _interopDefault(require('chalk'));
require('inquirer');
require('inquirer-autocomplete-prompt');
var shelljs = require('shelljs');

/**
Expand Down
46 changes: 0 additions & 46 deletions dev-infra/commit-message/builder.spec.ts

This file was deleted.

70 changes: 0 additions & 70 deletions dev-infra/commit-message/builder.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dev-infra/commit-message/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ import * as yargs from 'yargs';
import {RestoreCommitMessageModule} from './restore-commit-message/cli';
import {ValidateFileModule} from './validate-file/cli';
import {ValidateRangeModule} from './validate-range/cli';
import {WizardModule} from './wizard/cli';

/** Build the parser for the commit-message commands. */
export function buildCommitMessageParser(localYargs: yargs.Argv) {
return localYargs.help()
.strict()
.command(RestoreCommitMessageModule)
.command(WizardModule)
.command(ValidateFileModule)
.command(ValidateRangeModule);
}
54 changes: 0 additions & 54 deletions dev-infra/commit-message/wizard/cli.ts

This file was deleted.

45 changes: 0 additions & 45 deletions dev-infra/commit-message/wizard/wizard.ts

This file was deleted.

0 comments on commit 5eb7f34

Please sign in to comment.