Skip to content

Commit

Permalink
fix(nodejs): silently install packages to reduce useless console output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed May 6, 2024
1 parent dd5126b commit d900864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

install_npm_packages() {
echo " INFO: installing global Node.js packages"
npm install --global \
npm install --silent --global \
npm-check-updates \
tsx \
typescript \
Expand Down

0 comments on commit d900864

Please sign in to comment.