summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setup')
-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