Explorar el Código

volta: install node and yarn in setup.sh

Mokhtar Naamani hace 4 años
padre
commit
a4509ee69f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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