Skip to content

Commit

Permalink
tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent bf65e36 commit 04f6781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prettier/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -ex
script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
command -v npm || bash "$script_dir/install-node.sh"
tree -a
command -v npm || bash install-node.sh

npm install -g prettier@$VERSION

Expand Down

0 comments on commit 04f6781

Please sign in to comment.