Skip to content

Commit 64e0eb6

Browse files
committed
remove code for debugging
1 parent dbf51a9 commit 64e0eb6

File tree

1 file changed

+0
-4
lines changed
  • repo-scripts/size-analysis

1 file changed

+0
-4
lines changed

repo-scripts/size-analysis/cli.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,5 @@ yargs
9090
},
9191
// eslint-disable-next-line @typescript-eslint/no-explicit-any
9292
argv => runBundleAnalysis(argv as any)
93-
).command(
94-
'test',
95-
'test desc',
96-
argv => extractAllTopLevelSymbols('./test.js')
9793
)
9894
.help().argv;

0 commit comments

Comments
 (0)