From 926493a9837ecf3424252dd94052da86e3f468a6 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 5 May 2021 15:38:00 +0200 Subject: Only install production dependencies in bin/setup Signed-off-by: David Mehren --- bin/setup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/setup b/bin/setup index 1ab9c393..b4a7ae9d 100755 --- a/bin/setup +++ b/bin/setup @@ -47,8 +47,7 @@ if [ ! -f config.json ]; then fi echo "Installing packages..." -yarn install --pure-lockfile -yarn install --production=false --pure-lockfile +yarn install --production=true --pure-lockfile cat << EOF -- cgit v1.2.3