From 927c74e11b53537ff8b53358830d2c2eccfb2b9c Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sun, 2 Dec 2018 21:13:20 +0200 Subject: [PATCH] Install packages when creating release --- release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release.sh b/release.sh index ffaf001..d87d591 100755 --- a/release.sh +++ b/release.sh @@ -8,6 +8,8 @@ FRONTEND_PATH='lib/web/frontend' cd ${FRONTEND_PATH} +yarn install + node_modules/.bin/bsb -make-world NODE_ENV=production node fuse build