Skip to content

Commit

Permalink
Merge branch 'oclif-explicit' into oclif-gha-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 16, 2024
2 parents a3e66ad + 6677c5f commit 850488c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 96 deletions.
52 changes: 0 additions & 52 deletions __tests__/cmds/docker-gha.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion knip.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { KnipConfig } from 'knip';

const config: KnipConfig = {
entry: ['src/index.ts', 'src/lib/hooks/*.ts', 'src/lib/help.ts'],
entry: ['src/index.ts', 'src/lib/help.ts'],
ignore: ['bin/*.js', 'dist-gha/**'],
ignoreBinaries: ['semantic-release'],
ignoreDependencies: ['oclif'],
Expand Down
40 changes: 0 additions & 40 deletions src/cmds/docker-gha.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import CategoriesCreateCommand from './cmds/categories/create.js';
import CategoriesCommand from './cmds/categories/index.js';
import ChangelogsCommand from './cmds/changelogs.js';
import CustomPagesCommand from './cmds/custompages.js';
import DockerGitHubCommand from './cmds/docker-gha.js';
import DocsCommand from './cmds/docs/index.js';
import DocsPruneCommand from './cmds/docs/prune.js';
import LoginCommand from './cmds/login.js';
Expand Down Expand Up @@ -32,8 +31,6 @@ export const COMMANDS = {
docs: DocsCommand,
'docs:prune': DocsPruneCommand,

'docker-gha': DockerGitHubCommand,

versions: VersionsCommand,
'versions:create': CreateVersionCommand,
'versions:delete': DeleteVersionCommand,
Expand Down

0 comments on commit 850488c

Please sign in to comment.