Skip to content

Commit

Permalink
fix(asdf/node): dont install npm again (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard authored and malept committed Sep 5, 2023
1 parent 7b40bba commit 495a630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ci/env/asdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ init_asdf() {
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2

# langauage specifics
echo -e "npm\nyarn" >"$HOME/.default-npm-packages"
echo -e "yarn" >"$HOME/.default-npm-packages"
echo -e "bundler 2.2.17" >"$HOME/.default-gems"
cat >"$HOME/.default-golang-pkgs" <<EOF
github.com/golang/protobuf/protoc-gen-go@v$(get_tool_version protoc-gen-go)
Expand Down

0 comments on commit 495a630

Please sign in to comment.