diff options
author | David Mehren | 2021-05-06 21:08:44 +0200 |
---|---|---|
committer | GitHub | 2021-05-06 21:08:44 +0200 |
commit | ad7fadee17889b904b2a62facd0cef86b71271ab (patch) | |
tree | a533628657f53a51e0f0bc955977f0870227e43c /bin/setup | |
parent | 9d3902d208aa1e4f87f2e06bfbbb9b9dce1fba78 (diff) | |
parent | 926493a9837ecf3424252dd94052da86e3f468a6 (diff) |
Merge pull request #1226 from hedgedoc/enhancement/devDependencies
Diffstat (limited to '')
-rwxr-xr-x | bin/setup | 3 |
1 files changed, 1 insertions, 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 |