mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Only install production dependencies in bin/setup
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
317aba65d8
commit
926493a983
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ if [ ! -f config.json ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing packages..."
|
echo "Installing packages..."
|
||||||
yarn install --pure-lockfile
|
yarn install --production=true --pure-lockfile
|
||||||
yarn install --production=false --pure-lockfile
|
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue