Forráskód Böngészése

volta: install node and yarn in setup.sh

Mokhtar Naamani 4 éve
szülő
commit
a4509ee69f
1 módosított fájl, 2 hozzáadás és 0 törlés
  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