summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mehren2021-05-05 15:38:00 +0200
committerDavid Mehren2021-05-05 15:38:00 +0200
commit926493a9837ecf3424252dd94052da86e3f468a6 (patch)
tree1ad593fcc11e19c7e7cba8cbfb13ac3ff91c441d
parent317aba65d8e052456c35aea4c68d8ec52dd14a04 (diff)
Only install production dependencies in bin/setup
Signed-off-by: David Mehren <git@herrmehren.de>
-rwxr-xr-xbin/setup3
1 files changed, 1 insertions, 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