File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- corepack yarn@latest install
3+ corepack yarn@latest install > /dev/null
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- bun install
3+ bun install --silent
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- deno install --allow-scripts
3+ deno install --allow-scripts --quiet
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- npm install --no-audit --no-fund
3+ npm install --no-audit --no-fund --silent
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- corepack pnpm@latest install
3+ corepack pnpm@latest install --silent
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- vlt install
3+ vlt install > /dev/null
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- corepack yarn@1 install
3+ corepack yarn@1 install --silent
You can’t perform that action at this time.
0 commit comments