Skip to content

Commit

Permalink
Remove init command and related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jul 12, 2024
1 parent 2a2e1aa commit ec74d65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 483 deletions.
2 changes: 0 additions & 2 deletions apps/commonality/src/cli/cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Command } from 'commander';
import { init } from './commands/init.js';
import { publish } from './commands/publish.js';
import packageJson from '../../package.json';

Expand All @@ -14,6 +13,5 @@ program
.description('Build bigger with the tools you already love')
.version(packageJson.version);

program.addCommand(init);
program.addCommand(publish);
program.parse(process.argv);
146 changes: 0 additions & 146 deletions apps/commonality/src/cli/commands/init.ts

This file was deleted.

72 changes: 0 additions & 72 deletions apps/commonality/test/integration/check.test.ts

This file was deleted.

Loading

0 comments on commit ec74d65

Please sign in to comment.