From 6f1e99287279c1acd96b192c082a61de14cdc006 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 11 Sep 2019 21:05:13 -0600 Subject: [PATCH] Add yarn install script --- yarninstall.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 yarninstall.sh diff --git a/yarninstall.sh b/yarninstall.sh new file mode 100644 index 0000000..0c2eed9 --- /dev/null +++ b/yarninstall.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +yarn install --production + +# Install frontend dependencies with Yarn, in www folder +cd www +yarn install --production