mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
fix: the ll command should work
This commit is contained in:
@@ -3,7 +3,7 @@ import { types as allTypes } from '@pnpm/config'
|
||||
import { audit } from '@pnpm/plugin-commands-audit'
|
||||
import { importCommand } from '@pnpm/plugin-commands-import'
|
||||
import { add, install, link, prune, remove, unlink, update } from '@pnpm/plugin-commands-installation'
|
||||
import { list, why } from '@pnpm/plugin-commands-listing'
|
||||
import { list, ll, why } from '@pnpm/plugin-commands-listing'
|
||||
import { outdated } from '@pnpm/plugin-commands-outdated'
|
||||
import { pack, publish } from '@pnpm/plugin-commands-publishing'
|
||||
import { rebuild } from '@pnpm/plugin-commands-rebuild'
|
||||
@@ -64,6 +64,7 @@ const commands: Array<{
|
||||
installTest,
|
||||
link,
|
||||
list,
|
||||
ll,
|
||||
outdated,
|
||||
pack,
|
||||
prune,
|
||||
|
||||
Reference in New Issue
Block a user