summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authorDavid Mehren2021-05-06 21:08:44 +0200
committerGitHub2021-05-06 21:08:44 +0200
commitad7fadee17889b904b2a62facd0cef86b71271ab (patch)
treea533628657f53a51e0f0bc955977f0870227e43c /bin/setup
parent9d3902d208aa1e4f87f2e06bfbbb9b9dce1fba78 (diff)
parent926493a9837ecf3424252dd94052da86e3f468a6 (diff)
Merge pull request #1226 from hedgedoc/enhancement/devDependencies
Diffstat (limited to '')
-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