Only install production dependencies in bin/setup

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren
2021-05-05 15:38:00 +02:00
parent 317aba65d8
commit 926493a983

View File

@@ -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