Skip to content

Commit

Permalink
fix(apps): cost-of-modules node package
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed May 6, 2024
1 parent e72db8b commit 54a133a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/commands/install/config/apps-groups/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,16 @@ export const NODE_APPS: Readonly<IAppSetup[]> = [
tags: ['node-engineering'],
commands: () => [NODE_GLOBAL('nodemon')],
},
{
name: 'cost-of-modules',
description: 'Full report of all the modules in node_modules and their sizes',
group: 'node',
tags: ['web-engineering', 'node-engineering'],
commands: () => [NODE_GLOBAL('cost-of-modules')],
},
{
name: 'npmrc',
description: 'manage multiple .npmrc files effortlessly',
description: 'Manage multiple .npmrc files effortlessly',
group: 'node',
tags: ['web-engineering', 'node-engineering', 'devops'],
commands: () => [NODE_GLOBAL('npmrc')],
Expand Down

0 comments on commit 54a133a

Please sign in to comment.