Add yarn install script

This commit is contained in:
Skylar Ittner 2019-09-11 21:05:13 -06:00
parent 93296b5365
commit 6f1e992872

7
yarninstall.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
yarn install --production
# Install frontend dependencies with Yarn, in www folder
cd www
yarn install --production