Skip to content

Commit 2c9729c

Browse files
committed
build: remove dependepcies command
1 parent f465789 commit 2c9729c

File tree

2 files changed

+0
-114
lines changed

2 files changed

+0
-114
lines changed

packages/cli/src/commands/dependencies/dependencies.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

packages/cli/src/commands/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import uninstall from './install/uninstall';
2727
import upgrade from './upgrade/upgrade';
2828
import logAndroid from './logAndroid/logAndroid';
2929
import logIOS from './logIOS/logIOS';
30-
import dependencies from './dependencies/dependencies';
3130
import info from './info/info';
3231

3332
/**
@@ -49,7 +48,6 @@ const loadLocalCommands: Array<LocalCommandT> = [
4948
upgrade,
5049
logAndroid,
5150
logIOS,
52-
dependencies,
5351
info,
5452
];
5553

0 commit comments

Comments
 (0)