Add yarn install script

master
Skylar Ittner 5 years ago
parent 93296b5365
commit 6f1e992872

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