Browse Source

volta: install node and yarn in setup.sh

Mokhtar Naamani 4 years ago
parent
commit
a4509ee69f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      setup.sh

+ 2 - 0
setup.sh

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