Browse Source

volta: install node and yarn in setup.sh

Mokhtar Naamani 4 năm trước cách đây
mục cha
commit
a4509ee69f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      setup.sh

+ 2 - 0
setup.sh

@@ -29,3 +29,5 @@ fi
 # Volta nodejs, npm, yarn tools manager
 curl https://get.volta.sh | bash
 
+volta install node
+volta install yarn