mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -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
|
||||
|
||||
echo "Installing packages..."
|
||||
yarn install --pure-lockfile
|
||||
yarn install --production=false --pure-lockfile
|
||||
yarn install --production=true --pure-lockfile
|
||||
|
||||
cat << EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue