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
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

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