Ver código fonte

volta: install node and yarn in setup.sh

Mokhtar Naamani 4 anos atrás
pai
commit
a4509ee69f
1 arquivos alterados com 2 adições e 0 exclusões
  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