Przeglądaj źródła

volta: install node and yarn in setup.sh

Mokhtar Naamani 4 lat temu
rodzic
commit
a4509ee69f
1 zmienionych plików z 2 dodań i 0 usunięć
  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